I have two pure python projects in PyCharm 3.4.1 Professional Edition. The first one, let\'s call it p (like package), is structured as a setuptools package (i.
Seems pycharm can not recognize module installed directly by setup.py, but can recognize module installed by pip.
Finally, I use pip install src_path, but I got to pip install it everytime I modify source code.