On Tue, 3 Aug 2010 17:21:48 +1000, Algis Kabaila <[email protected]> wrote: > On Tuesday 03 August 2010 15:07:28 Raoul Snyman wrote: > Actually, I was asking if Pyinstaller should preferably be run whilst on a > Linux Box or is it better on a Windows box?
PyInstaller cannot "cross-compile". If you want to build a Windows package, you have to do it on Windows. I haven't used PyInstaller on Linux, so I cannot say. -- 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
