On Tue, 3 Aug 2010 09:05:04 +0200, Peter Schmidtke wrote: > 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?
PyInstaller provides for a lot of stuff (including matplotlib) out of the box. Just follow the instructions, and look at the section on "hooks" if stuff is missing. -- 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
