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://
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
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
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
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
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
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