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

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to