Dear all, I am interested in using PyInstaller for packaging bigger projects together consisting of multiple python modules and classes. Dependencies are things like numpy, matplotlib, rdkit pygresql. Is there a way of doing this with PyInstaller and if yes how. I found the documentation a bit sparse on how to integrate things like numpy into a standalone app using PyInstaller. Is there something like a tutorial out there?
Thanks in advance. On 03/08/2010, at 07:07, Raoul Snyman wrote: > On Tue, 3 Aug 2010 15:05:31 +1000, Algis Kabaila wrote: >> On which platform is best to use PyInstaller? The porting is from Linux >> to Windows. > > I use PyInstaller for packaging my PyQt4 app for Windows and OS X. For > Linux/FreeBSD I just use the package management system for each > distribution, like .deb files for Ubuntu, .rpm files for Fedora, etc. > > -- > Raoul Snyman, B.Tech IT (Software Engineering) > Saturn Laboratories > m: 082 550 3754 > e: [email protected] > w: www.saturnlaboratories.co.za > b: blog.saturnlaboratories.co.za > _______________________________________________ > PyQt mailing list [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt Peter Schmidtke ----------------- PhD Student Department of Physical Chemistry School of Pharmacy University of Barcelona Barcelona, Spain _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
