Error running managepy task - syncdb
I'm using the latest PyCharm 2.0 and when trying to run the syncdb task on OsX 10.7, (Python 2.7, Django 1.3), I get this error:
File "Applications/PyCharm.app/helpers/pycharm/django_manage.py", line 2 in <module> from pycharm.fix_getpass import fixGetpass. ImportError: No module named pycharm.fix_getpass.
Running the syncdb task from terminal works fine. Any hints are greatly appreciated.
Sunit
请先登录再写评论。
Hi Sunit,
Unfortunately, we cannot reproduce this behavior.
There is an issue in our tracker -- http://youtrack.jetbrains.net/issue/PY-5053
looks similar to what you descibed.
Do you have any specific PATH settings in .bashrc, .bash_profile or .profile? Also it can be helpful if you print sys.path in your settings.py file as:
and attach it to the issue.
Also feel free to watch this issue and get notified once it is fixed.