[Pydev-users] [Users] RE: PYTHONPATH
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-12-05 09:42:17
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4834958: It seems you ran different things from within Eclipse (I can read what you got from the command line, but it's pretty hard to parse what you've run from Eclipse Please run: import sys print('\n'.join(sorted(sys.path))) from Eclipse and post the results again. Note: from a quick look, I believe you're adding /opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-p ackages/matplotlib to the PYTHONPATH, and this directory should NOT be added (you're putting the internal stuff on matplotlib in the PYTHONPATH). Cheers, Fabio |