Hi Jochen,

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.

Py2exe bundles the python interpreter, pyqt plus other modules used by
your program, so this ends up in big in size applications!


Regards,
Markos Gogoulos

On Nov 26, 2007 9:20 PM, Jochen Georges <[EMAIL PROTECTED]> wrote:
> Hello,
>
> 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.zip                  07MB
> 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?
>
> is there a free installer that makes it userfriendly to get a pyqt-application
> running on a win*-machine?
>
> thanks for any hint.
>
> regards
> jochen
> _______________________________________________
> PyQt mailing list    PyQt@riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>



-- 
o kerdismenos den einai panta o nikhths...
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to