[PyQt] pyqt on portable python?

Lee Harr missive at hotmail.com
Sat Sep 25 10:14:09 BST 2010


>> I want to run a python / pyqt app on windows machines
>> where I have no rights to install anything.
>>
>> I guess py2exe might also be a possibility, but I have
>> no access to a windows machine to set up any kind of
>> development environment.


> I don't know about portable python and py2exe but I have tried
> pyinstaller. It will package your pyqt application which can be run
> without python env. If you want to distribute your app, pyinstaller
> might be a good choice.


Thanks.

pyinstaller looks nice.

However, it looks like I still need a windows system of some
sort with python and pyqt installed if I want to build a windows
pyinstaller exe for my app.

 		 	   		  


More information about the PyQt mailing list