Re: how to build a MacOS universal python package including external dependencies

2008-09-25 Thread Jaime Huerta Cepas
Thanks Mathieu, I think MacPorts will be the easiest way (all dependencies are available). I could even base the installation script on "port" commands. The major problem will be to compile Qt4, which takes hours and requires X11. thnks, again. Jaime. On Wed, Sep 24, 2008 at 6:44 PM, Mathieu

Re: how to build a MacOS universal python package including external dependencies

2008-09-24 Thread Mathieu Prevot
2008/9/24 Jaime Huerta Cepas <[EMAIL PROTECTED]>: > Hi all, > > I have developed a set python libraries that provide several scientific > methods to analyse and visualize certain type of biological data. This > libraries are based on many external python modules, such as python-mysql > python-sip