Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4516532
By: pngwen

Pydev is using /usr/bin/python as its interpreter.  This is a symlink to
/usr/bin/python2.5.

The python path that pydev shows is:

/usr/lib/python25.zip
/usr/lib/python2.5
/usr/lib/python2.5/plat-linux2
/usr/lib/python2.5/lib-tk
/usr/lib/python2.5/lib-dynload
/usr/local/lib/python2.5/site-packages
/usr/lib/python2.5/site-packages
/usr/lib/python2.5/site-packages/Numeric
/usr/lib/python2.5/site-packages/PIL
/usr/lib/python2.5/site-packages/gst-0.10
/usr/lib/python2.5/site-packages/gtk-2.0

and the python path shown by the interpreter at shell is:
/usr/lib/python25.zip
/usr/lib/python2.5
/usr/lib/python2.5/plat-linux2
/usr/lib/python2.5/lib-tk
/usr/lib/python2.5/lib-dynload
/usr/local/lib/python2.5/site-packages
/usr/lib/python2.5/site-packages
/usr/lib/python2.5/site-packages/Numeric
/usr/lib/python2.5/site-packages/PIL
/usr/lib/python2.5/site-packages/gst-0.10
/var/lib/python-support/python2.5
/usr/lib/python2.5/site-packages/gtk-2.0
/var/lib/python-support/python2.5/gtk-2.0


All of the packages in question are located in
/usr/lib/python2.5/site-packages.

I get errors when I do something like the following:

from django.http import HttpResponse
import MySQLdb
import Image
etc.

It should be noted that all of the site packages use the standard pyc files,
and aren't .so compiled.  Also, the .py files are in there along side them.
This is why I think this looks like a bug, the config is dead on what it seem
like it should be.

Is this normal behavior?


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to