On 04.11.06 23:29:08, Phil Thompson wrote: > On Saturday 04 November 2006 10:08 pm, Simon Edwards wrote: > > On Saturday 04 November 2006 21:38, Phil Thompson wrote: > > > If you want module version dependencies then don't eggs give you what you > > > need? > > > > From what little I just read about python eggs, it looks like it kind of > > does the things that I'm after. Would PyQt be able to fit into such a > > system? I'm, supporting multiple versions and all? > > I'm not an egg expert either - in particular I don't know if it has issues > with extension modules rather than pure Python modules.
I'm not an egg expert either, but I do know that you can use extension modules with them. lxml for example links against libxml2 and provides a python interface on top of it. It uses pyrex for the wrapping part and is available as egg on cheeseshop. I think the most problematic part for getting PyQt as egg is integrating the PyQt buildsystem (and sips probably too) into the setuptools. Andreas -- Time to be aggressive. Go after a tattooed Virgo. _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
