Hi,
I've been building PyGTK against Snow Leopard and I also got the
error mention in the thread 'PyGTK on Lion'.
Traceback (most recent call last):
File "my_app.py", line 12, in <module>
import gtk
File
"/Users/gtk-osx/gtk/inst/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py",
line 40, in <module>
from gtk import _gtk
ImportError: dynamic module does not define init function (init_gtk)
So I'm afraid this seems to be a problem that impact 10.6 also
I tried the changes mentioned in
https://sourceforge.net/apps/phpbb/gtk-osx/viewtopic.php?f=3&t=72
those didn't help. I can't recall the error, I can replicate it if
that helps.
I then tried compiling PyGTK 2.24 with the autogen used for 2.22
hoping that the fixes in the moduleset's autogen for PyGTK might
only be needed for 10.7. That didn't work.
In the end I've reverted to PyGTK 2.22 which compiled smoothly. My
app is running well now.