Hi all,

it's been a while since my last question, but unfortunately I didn't
make much progress.
The problem I'm facing now is that PyGTK is not installed correct.

I installed python 2.5 from Python.org.
So if I do cd //Library/Frameworks/Python.framework/Versions/Current/bin/
and python, I get the following Python prompt:
Python 2.5 (r25:51918, Sep 19 2006, 08:49:13)
[GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>

But if I go to the System Python cd
//System/Library/Frameworks/Python.framework/Versions/Current/bin/
I get exactly the same Python prompt.
Is that correct?

Then I went to the PyGame website and installed
pygame-1.8.1release-py2.5-macosx10.5.zip
They say it is for the Python.org python.
If I do "import PyGame" it works on both the Python.org and System Python.
I was confused that it would also work on the System Python.

Then I wanted to install PyGTK, for which I followed the instructions
on http://live.gnome.org/GTK%2B/OSX/BuildInstructions

When finally finished, I tried to "import pygtk", but
>>> import pygtk
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named pygtk

This on both the System Python as the Python.org python.

So now I'm completely stuck!
To me, it looks like Python.org and System Python are the same
And PyGTK is not installed.
I must say I tried the same commands to install PyGTK before and then
it worked in the System Python.  But I have no idea what was different
now.

Any help would be greatly appreciated!

Chris
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to