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

Hello!

I use Eclipse for Java and Ruby code already, and I'm attempting to also use
it for Python, and I've run into a bit of a snag- I've installed Python 2.4
and Pygame in the usual Mac OS X locations (that is,
/Library/Frameworks/Python.framework/Versions/2.4/bin/python
and /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-package
s/pygame/ respectively) but can't seem to access it from my code, that is, any
attempt to "import pygame" will meet with "ImportError: No module named pygame".
I've obviously forgotten something, perhaps one of you fine folks shall discover
where:

1) My python interpreter is configured, to
/Library/Frameworks/Python.framework/Versions/2.4/Resources/Python.app/Contents/
MacOS/Python

2) Both /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-pac
kages
and /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-package
s/pygame are in my system PYTHONPATH

3) My forced builtin libraries:
OpenGL
__builtin__
__main__
_codecs
_sre
_symtable
errno
exceptions
gc
imp
marshal
os
posix
pwd
signal
sys
thread
wx
wxPython
xxsubtype
zipimport

Should Pygame also show up in that list? Is there something else I should be
checking, and am not? Any help is greatly appreciated. Thank you!

-cadube

______________________________________________________________________
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