Re: Make standalone gui-enabled app for LINUX

2015-03-06 Thread Christian Gollwitzer
Am 06.03.15 um 09:14 schrieb Mehdi: > 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

Re: Make standalone gui-enabled app for LINUX

2015-03-06 Thread Mehdi
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, Christ

Re: Make standalone gui-enabled app for LINUX

2015-03-05 Thread Christian Gollwitzer
Am 05.03.15 um 18:31 schrieb Mehdi: > Hi > I know there are tools like cx_freeze or nuitka for making a linux standalone > python app. but i couldn't find a good tutorial about how to making a > portable gui-enabled python3 app in linux. by gui-enabled i mean application > which use any gui libs

Re: Make standalone gui-enabled app for LINUX

2015-03-05 Thread Phil Thompson
On 05/03/2015 5:31 pm, Mehdi wrote: Hi I know there are tools like cx_freeze or nuitka for making a linux standalone python app. but i couldn't find a good tutorial about how to making a portable gui-enabled python3 app in linux. by gui-enabled i mean application which use any gui libs like pygob

Make standalone gui-enabled app for LINUX

2015-03-05 Thread Mehdi
Hi I know there are tools like cx_freeze or nuitka for making a linux standalone python app. but i couldn't find a good tutorial about how to making a portable gui-enabled python3 app in linux. by gui-enabled i mean application which use any gui libs like pygobject, qt or wx. I know most of linu