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

When you have multiple installs of Python, sometimes one can get in the others
toes -- the pythonpath it finds initially is based on the PYTHONPATH available
from the shell that started Eclipse and the PATH variable can have an influence
in it too (note that there are others too: LIBPATH comes to mind in linux).

So, try doing the following: start a shell, set the PATH and PYTHONPATH to be
consistent with what you expect it to be, then start eclipse from that shell
and when configuring the pydev interpreter also add the PATH variable to it
(in the environment tab) -- the PYTHONPATH is calculated by Pydev based on what
you set in the Libraries tab.

-- note that those steps are for playing safe... if you specify the correct
PATH and put the correct library paths that constitute your PYTHONPATH in the
interpreter configuration, it should work without problems (I usually work with
4 configs, for 32/64 and release/debug and it's working here -- provided the
variables are correctly set).

Cheers,

Fabio

______________________________________________________________________
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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to