does anyone know a way to package a static or portable version of a python module?

2010-01-11 Thread Jaime Huerta Cepas
does anyone know a way to package a static version of a python module? This is, the same that pyinstaller does with single scripts, but with a complete module directory. I'm specially interested in packaging all pyqt4, sip and qt4 dependencies within the module itself. thanks, Jaime. --

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

2008-09-25 Thread Jaime Huerta Cepas
Prevot [EMAIL PROTECTED]wrote: 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

how to build a MacOS universal python package including external dependencies

2008-09-24 Thread Jaime Huerta Cepas
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 or python-qt4. I use GNU/linux to develop my tools and I