Make standalone gui-enabled app for LINUX

Mehdi mese1979 at gmail.com
Fri Mar 6 03:14:07 EST 2015


I have no experience with pyqt and so pyqtdeploy but it seems what i need.

> I haven't announced this on the list yet, but... 
> 
> http://pyqt.sourceforge.net/Docs/pyqtdeploy/ 
> 
> Phil 

But i think pyinstaller doesn't work with python3.

On Friday, March 6, 2015 at 12:58:11 AM UTC+3:30, Christian Gollwitzer wrote:
> Use pyinstaller. It creates a "portable app", i.e. either single file or
> directory which can be run on (nearly) any system. However the resulting
> files can be awfully big. I use it with a relatively small program that
> depends on numpy/matplolib, and that pulls in ~100 MB worth of libraries.
> 
> 	Christian



More information about the Python-list mailing list