[Pydev-users] [Users] RE: PYTHONPATH
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-11-27 15:00:57
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4834958: It does seem weird that the collections imported is not the one from Python. Does it work from the command line? Can you run: import sys print('\n'.join(sorted(sys.path))) From both the command line and Eclipse (to try to discover if there's any difference there). Cheers, Fabio |