Re: [tuxdroid-user] Hello; Working with svn ; several questions & suggestions
Status: Beta
Brought to you by:
ks156
From: Olivier G. <oli...@en...> - 2007-03-13 13:04:03
|
David Bourgeois a écrit : >> - what about a python egg (easy_install) ? > > Unfortunaltely I missed the presentation of Olivier Grizel on packaging > python products so I've no idea but Olivier is on this list, maybe he > can give us some hints on what to do here, Olivier? Hi David, hi all, My FOSDEM slides are now online: http://linuxfr.org/2007/03/04/22154.html#809756 Direct link for the egg packaging tutorial: http://champiland.homelinux.net/fosdem2007/eggs_howto/eggs_howto.html http://champiland.homelinux.net/fosdem2007/eggs_howto/eggs_howto.txt However this tutorial does not show how to package binary extensions. Please refer to the official documentation for both distutils and setuptools: http://docs.python.org/dist/ and: http://peak.telecommunity.com/DevCenter/setuptools You can also take a look at how other projects build eggs with binary extensions such as the lxml project for instance. I'm sorry I have not enough spare time to hack the droid right now but I can try and help guide a volonteer for such a task. -- Olivier |