PyGtk installation error

I tried installing pygtk on mac. I downloaded the pygtk file, opened a terminal and installed it in my working directory, and then ran the command "python setup.py install". There was an import error because there was no dsextras module. Does anyone know how to install pygtk on mac or get dsextras.

+6
python pygtk
source share
1 answer

PyGtk is a beast to install as it has many dependencies (see this post).
I recommend you install pyGtk using macports , it will handle dependency add-ons for you.

+2
source share

All Articles