Hah, yes, for building the client you can strip out all the pyrex stuff from setup.py as it is not needed (only used by the server).
I've sent a patch some time ago that did this for Windows (just add or replace it by 'darwin'): http://xpra.devloop.org.uk/patches/v0.0.8pre/mswindows-conditional-pyrex.patch FYI: my GUI client software includes a build of xpra in the DMG (a bundle with python, pyGTK and everything in fact). But the GUI tool does require to also run the shifter server somewhere to connect: http://shifter.devloop.org.uk/ </shameless plug> Dougal Sutherland wrote: > Not a server, but I'm using it as a client. Is there some better way to > install client-only? If so, perhaps that should be clearer in the > documentation somewhere. :) > > - Dougal > > On 4/21/10 9:00 AM, Antoine Martin wrote: >> Dougal Sutherland wrote: >> >>> So it's on the internets somewhere: to get xpra to build using MacPorts >>> on my OSX 10.6 (Snow Leopard) system, I had to do >>> >>>> export >>>> PKG_CONFIG_PATH="/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/pkgconfig/:$PKG_CONFIG_PATH" >>>> >>>> >>>> >>> before building. Apparently others haven't had to. The troublesome file >>> was pygobject-2.0.pc, which pkg_config couldn't find otherwise. >>> >> Thanks for sharing. Just out of curiosity, do you have any real uses for >> a server on OSX? >> >> Antoine >> >> >> >> >>> _______________________________________________ >>> Parti-discuss mailing list >>> [email protected] >>> http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss >>> > _______________________________________________ Parti-discuss mailing list [email protected] http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
