The following forum message was posted by dbbh at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3918340:

Dude, sorry for taking this long to reply but i`ve been very busy these last
few days. You were correct. I feel so stupid right now, the system comes with
an ApplePythonish version whilst i had an "official" python installed. Terminal
was using the official python while pydev was using Apple`s python. I made a
simbolic link from my python to the /usr/bin [backing up the other one b4] and
it worked perfectly. Thanks! Just so that other ppl using Snow Leopard and 
python.org
python can get it right with PyQt4 here is what i did.
1-Make sure eclipse is using the correct python terminal (if you click 
auto-configure
it will go to the apple`s pyton, the default location for the user installed
python is at /Library/Frameworks/Python.Frameworks/Version/X.X/bin)
2-Set eclipse PYTHONPATH to equal terminal`s pythonpath (i go-> import sys then
print sys.path within the python shell to view pythonpath idk if there is 
another
way)
3-Make sure the installed libraries are all working within python shell
4-(dont know if it works w/o this but i changed it anyways) Inside the 
environment
tab set the value of path to terminal`s path (echo $PATH inside terminal)
This is it thanks again! 

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to