Python Interpeter paths doesn't work in Pycharm 1.5
I've just upgraded from Pycharm v1.2.1 to v1.5 (that was just released) and now my application doesn't work. When I open this same project in v1.2.1 it works again, so it must be something in the new release.
My application relies on a module external to the project directory. So I've added the directory of this module to the paths list of "Python Interpeter" settings. This works fine for all previous versions of PyCharm.
Is v1.5 not backwards compatible with previous versions? Any instructions on what manual changes need to be made on upgrade?
Thanks!
Please sign in to leave a comment.
Hello Maor,
There were no intentional changes in PyCharm 1.5 in this area.
What error exactly do you get? Is the external directory shown in the list
of paths in PyCharm 1.5?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
The error is simple:
Error: No module named test_module
Yes. The external directory is shown, like before, on the list of paths.
Hello Maor,
I couldn't reproduce this in a simple test project.
Are you using CPython or a different implementation? Are you using virtualenv
or buildout? What kind of run configuration are you using?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"