cx-freeze
Can cx-freeze be used in Ubuntu to freeze a python script to a Windows executable?
When I use cxfreeze in Ubuntu, it automatically compiles the python script to a Linux executable.开发者_高级运维 I\'ve looked through the documentation extensively, and I can\'t find a way to freeze t[详细]
2023-03-03 04:20 分类:问答exe error with cx_freeze
Hey am relatively new to compiling python scripts to exe. Im using cx_freeze to compile my scripts and once its built i run the exe and it gives me this error. Have google around alot but not too sure[详细]
2023-02-22 23:36 分类:问答Python 3 cx-Freeze install
I tried to install cx_freeze, but when I run sudo python3 setup.py build I get an error: /usr/bin/ld: cannot find -lffi[详细]
2023-02-22 07:25 分类:问答python: Can I run a python script without actually installing python?
I have some .py files I wrote that I want to run on a different machine.The target machine does 开发者_StackOverflow中文版not have python installed, and I can\'t \'install\' it by policy.What I can do[详细]
2023-02-22 02:49 分类:问答cx_freeze: can't find a usable init.tcl in the following directories
As far as I\'m aware, cx_freeze is the only app able to make Python scripts to .exe files. However, I would like to make a GUI exe in Python 3. And after freezing a simple Tkinter GUI and running the[详细]
2023-02-21 19:59 分类:问答QGraphicsPixmapItem won't appear after using cx_freeze
I am having trouble underst开发者_如何学编程anding why my QGraphicsPixmapItem is not showing up after I build the application using cx_freeze.Are there any known issues with that class and cx_freeze o[详细]
2023-02-18 23:50 分类:问答cx_Freeze python single file?
I\'ve been using cx_Freeze for a while now and there is one thing I\'ve really wanted to do: put ALL files into ONE executable that I can distribute. It\'s not really user-friendly to send around a fo[详细]
2023-02-11 00:59 分类:问答Cx_freeze exe troubleshooting
I wrote an application using wxpython and boa constructor. This application stores class instances in ordered dictionaries (I import odict) and ultimately stores the data in a shelve on the local mach[详细]
2023-02-09 23:05 分类:问答python cx_freeze problem ascil
I want to make EXE file by use py2exe or cx_freeze. so I was try to make exe file with py2exe but no luck.[详细]
2023-01-22 11:50 分类:问答pyqt application lost icon after packaged by cx_freeze [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: Images not showing when running a frozen pyqt app on another computer[详细]
2023-01-11 17:08 分类:问答