Reputation: 2594
Does anyone have an alternative to using PyGObject? I can't seem to get it to run at all in Mac OS X. I'm trying to use papyon, which fails amazingly well if GObject isn't around.
Upvotes: 2
Views: 1103
Reputation: 146
By its description, it is used for async I/O only. You can try to rework the library to use any of the other Python async libraries, like asyncore, Twisted, or any other.
Also, getting PyGObject on Mac OS X is hard, but you can try to use the one from macports, macports being the new name for darwinports
Upvotes: 3
Reputation: 881635
You can instally PyGobject on Mac OS X with Darwinports, instructions here .
Upvotes: 0