Search code examples
pythongobjectpygobject

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.


Solution

  • 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