Adding an interpreter path removed by reload
Setting up an interpreter and adding additional paths results in no auto-completion and the paths being removed after pressing reload. Is this the only way of adding libraries that are not in the default site-packages directory?
Please sign in to leave a comment.
Hello Jean-Paul,
Yes, this is the standard way. You don't need to press the "Reload" button
if you've modified the list of paths.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
OK. I pressed reload because it does not seem like it did any indexing of my libraries. Even if I do not press reload I do not get any auto completion of PyQt in a non standard location.
I also have this problem. My Django folder isn't in the default sys.path. When I run the Django console I get an ImportError: No module named django.core and I can't use the Run Server functionality of PyCharm.
When I run the Django console if I look at what's in sys.path, the custom path's I have added aren't being added in.
There should be a /Users/jason/Projects/lib and /Users/jason/Projects/q/src
Thanks for the help.
-Jason
Hello Jason,
Please submit a request at: http://youtrack.jetbrains.net/issues/PY
Best regards,
Oleg
A bug has been added: http://youtrack.jetbrains.net/issue/PY-2136?projectKey=PY
This issue says it was fixed in build 98.227. I downloaded 98.404 and I still have the same issue. Is there a trick to get this to work?