Joe Simpson
Joe Simpson

Reputation: 2594

Alternative to PyGObject?

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

Answers (2)

Leonardo Santagada
Leonardo Santagada

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

Alex Martelli
Alex Martelli

Reputation: 881635

You can instally PyGobject on Mac OS X with Darwinports, instructions here .

Upvotes: 0

Related Questions