adding .egg files to the path
I'm developing a package using setuptools locally. I've run python setup.py develop and python setup.py test in my terminal and a number of egg directories and some egg files have been added to the project root.
Pycharm can see the packages within the egg directories but not the ones as egg files. As a result, the IDE flags some modules as being not installed.
Is there a workaround for this?
Pycharm 3.4
Pycharm can see the packages within the egg directories but not the ones as egg files. As a result, the IDE flags some modules as being not installed.
Is there a workaround for this?
Pycharm 3.4
Please sign in to leave a comment.


BUMPING QUESTION please