我有這個項目上pycharm 3.3我想工作。在我的假期後,當我回到工作崗位時,pyCharm提示最新的更新。我更新了pyCharm,現在我無法運行以前的Django項目,這些項目以前工作正常。這裏是pycharm控制檯更新後無法在pycharm 3.4中運行django?
bash -cl "/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python /Applications/PyCharm.app/helpers/pycharm/django_manage.py runserver /Users/sridhar/Documents/python_workspace/django_formsets"
Traceback (most recent call last):
File "/Applications/PyCharm.app/helpers/pycharm/django_manage.py", line 23, in <module>
run_module(manage_file, None, '__main__', True)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 170, in run_module
mod_name, loader, code, fname = _get_module_details(mod_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 103, in _get_module_details
raise ImportError("No module named %s" % mod_name)
ImportError: No module named manage
Process finished with exit code 1
只是嘗試導入項目並配置運行/調試配置 – ruddra