views:

92

answers:

2

Hi, does anyone have an alternative to using pygobject as i can't seem to get this to run at all in Mac OS X.

I'm trying to use papyon which fails amazingly well if gobject isn't around.

Joe

A: 

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

Alex Martelli
I don't like Darwinports/macports it eats my disk space p like there's no tomorrow
Joe Simpson
+1  A: 

by its description here: http://telepathy.freedesktop.org/wiki/Papyon

it is used for async io only. You can try to rework the librarie to use any of the other python async libraries, like asyncore, twisted, or anyother.

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)

Leonardo Santagada
cool i'll have a look at that :D
Joe Simpson