Top "Cx-freeze" questions

cx_Freeze is a set of scripts and modules for freezing Python scripts (.py) into executable files for Windows (.exe), Mac OS (.app), or Linux.

installing cx_Freeze to python at windows

I am using python 3.4 at win-8. I want to obtain .exe program from python code. I learned that it can …

python batch-file python-3.x cx-freeze
Can't install cx_Freeze or scipy for Python 3.7 64-bit

I'm trying to install cx_Freeze and scipy but I get a compile failed with error code 1 error every time. …

python-3.x cx-freeze
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 …

python cx-freeze
multiprocessing.freeze_support()

Why does the multiprocessing module need to call a specific function to work when being "frozen" to produce a windows …

python multiprocessing py2exe pyinstaller cx-freeze
how to use cx_freeze in linux to create a package to be used in windows

how to use cx_freeze in linux to create a one package to be used in windows like .exe or .…

linux python-3.x cx-freeze
cx-freeze doesn't find all dependencies

I have a python script (2.7) with some "interesting" imports at the top. I initially wanted to use py2exe to …

python cx-freeze
This application failed to start because it could not find or load the Qt platform plugin "cocoa"

I think I did everything I could in the last 20 hours, but nothing seems to work. My app is running …

macos python-3.x bundle cx-freeze pyqt5
'importlib._bootstrap' has no attribute 'SourceLoader'

I'm trying to build an app with cx_freeze and esky. It was working before (ok, maybe some months ago. …

python cx-freeze esky
How can I hide the console window when freezing wxPython applications with cxFreeze?

I'm developing a Python application using wxPython and freezing it using cxFreeze. All seems to be going fine apart from …

python wxpython cx-freeze
Change icon for a cx_Freeze script

I was just wondering if it's possible to change the program icon for a cx_Freeze script, I've looked around …

python python-3.x icons cx-freeze