IntelliJ Python plugin & Run classpath
问题 I have a project located at /home/myself/workspace/Project1, for which I created an SDK from a Python 2.7.3 Virtualenv I have setup. This project uses some external code that I have in an accessible directory, e.g. /home/myself/LIBRARY; this directory contains several directories with code, docs etc.... For example, there is a module "important_util" located at /home/myself/LIBRARY/mymodule/important_util.py. Now, I added the whole dir /home/myself/LIBRARY in the SDK Classpath, and in the