How To Correctly Install Pygtk Using Macports?
My python code uses GTK for some GUI and now i need to run some of it on OSX (10.6 Snow Leopard and 10.7 Lion). Unfortunately, unofficial pyGTK build crashes on window GTK windows
Solution 1:
Port name was incorrect. Correct ports are py25-gtk
/ py26-gtk
/ py27-gtk
.
Updated: recently renamed to py25-pygtk
/ py26-pygtk
/ py27-pygtk
Post a Comment for "How To Correctly Install Pygtk Using Macports?"