[PyQt] Re: running pyqt application on win*

2007-11-28 Thread Thorsten Kampe
* Giovanni Bajo (Wed, 28 Nov 2007 00:45:08 +0100)
 On Mon, 2007-11-26 at 21:32 +0200, Markos Gogoulos wrote:
  there's py2exe to make windows executables, without the need to ship
  python or qt. Py2exe is easy to use and there's some cool
  documentation regarding pyqt,  check
  http://www.py2exe.org/index.cgi/WorkingWithVariousPackagesAndModules
  the related pages.
 
 Or use PyInstaller, which doesn't require a wiki worth of workarounds :)
 
  Py2exe bundles the python interpreter, pyqt plus other modules used by
  your program, so this ends up in big in size applications!
 
 A minimal PyQt hello world application, using a custom PyQt build with
 the consolidated module, and a custom python.dll without megs of useless
 korean codecs, ends up below 3 Mb with PyInstaller.

Could you elaborate how you did that? My minimal PyQt app built with 
Pyinstaller is 5.2 MB big.

Thorsten

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] Re: running pyqt application on win*

2007-11-27 Thread Thorsten Kampe
* Jochen Georges (Mon, 26 Nov 2007 20:20:15 +0100)
 i'm new to pyqt, on linux i wrote some little pyqt-applications for testing.
 
 how can i run them under win* ?
 
 PyQt-win-gpl-4.3.1.zip07MB
 python-2.5.1.msi  11MB
 qt-win-opensource-src-4.3.2.zip   48MB
 
 puh, that's a lot 
 so, which packages do i have to install?

PyQt-Py2.5-gpl-4.3.1-1.exe and python-2.5.1.msi
 
 is there a free installer that makes it userfriendly to get a 
 pyqt-application 
 running on a win*-machine?

Pyinstaller


Thorsten

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt