On how to use cxFreeze

2014-01-14 Thread eneskristo
For the first time in my life as a novice Python developer, I need to convert a python file to a .exe (AKA freeze it). Have been having a lot of problems in finding a proper guide, and have come here to ask for your help humbly. I am willing to provide any data if needed. Thank you! -- https://

python cxfreeze package pyqt app lost icon and tray icon

2010-09-15 Thread Von
Hi, Here is my command: cxfreeze --target-dir=AutoOrder gui.py --base-name=D:\Python31\Lib\site-packages\cx_Freeze\bases\Win32GUI.exe --include-path=. -z icon.jpg Both app icon and tray icon used icon.jpg Regards, -- http://mail.python.org/mailman/listinfo/python-list

Re: cxfreeze on ubuntu 9.10

2010-03-25 Thread Sandy
I used cxFreeze without any problem on Ubuntu 9.10 32 bit version. I tried it on a wxPython gui script and it works fine though I did'n use any setup file. Just try cxFreeze executable (should be in /usr/bin/) instead of setup file. $/usr/bin/cxFreeze my_script.py --target-dir=/what_eve

cxfreeze on ubuntu 9.10

2010-03-24 Thread Waspinator
Hi, I'm trying to compile a python script on Ubuntu 9.10. It uses the gtk toolkit. I tried to run GUI2EXE for a cxfreeze gui, but even after installing wxPython in synaptic it still complains about not having it. I also tried to use cxfreeze by itself but the file it produces does not ru

cxfreeze

2008-11-04 Thread luca72
Hello i try to use cxfreeze under linux with a easy project made with qt i run this : cxfreeze --install-dir=dist main.py and i get the error ImportError: No module named PyQt4._qt so i try : cxfreeze --install-dir=dist --include-modules='PyQt4._qt' main.py but i get the same error

cxfreeze

2007-10-11 Thread luca72
Hello i use under linux cx-freeze My python program import a small module were i set the encoding to iso 8859-1. When i make the executable with cxfreeze and i run it i get this error: Traceback (most recent call last): File "/home/luca72/Desktop/Luca/python/cx_Freeze-3.0.3/initsc

cxFreeze executable linked to /usr/lib/libpython2.3.so

2006-06-06 Thread Raven
Hi, I compiled a python script using cxFreeze because I need a standalone application, while the Windows version runs without any python installation the linux version of the executable is linked to libpython2.3.so.1.0 => /usr/lib/libpython2.3.so.1.0 thus the end user have to install python