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.

Converting a python 3.8 file to .exe

I've been trying to do so for a while. I followed a tutorial which said you should install pyinstaller first. …

python pyinstaller executable cx-freeze python-3.8
Running python script with Numpy and OpenCV on Android

I have a complicated image processing script that runs in python with Numpy and OpenCV. I want to run this …

android python numpy kivy cx-freeze
Use cx-freeze to create an msi that adds a shortcut to the desktop

I am using cx-freeze to create an MSI installer for a Python application. How can I install a link to …

windows-installer cx-freeze
ImportError: No module named 'queue' while running my app freezed with cx_freeze

I am using python 3.4. I am able to run my python script without any problem. But While running my freezed …

python import python-3.4 cx-freeze
Creating cx_Freeze exe with Numpy for Python

Im trying to create a basic exe using cx_Freeze. It works for .py programs that don't have numpy but …

python numpy cx-freeze
cx_Freeze missing modules error

I am new to Python and cx_Freeze. Please help me to get it working. And run the command: python …

python cx-freeze
cx_Freeze help: is there a way to NOT make console open?

I am trying to convert a python game (made with pygame) into a exe file for windows, and I did …

python pygame cx-freeze
cx_Freeze converted GUI-app (tkinter) crashes after pressing plot button

I've been dealing with this for days now and hope to find some help. I developed a GUI-application with imported …

python python-3.x matplotlib tkinter cx-freeze
Python 3 executable as windows service

I'm trying to write a windows Service in python, but the tricky part is i want to deploy it on …

python windows service cx-freeze
When using cx_Freeze and tkinter I get: "DLL load failed: The specified module could not be found." (Python 3.5.3)

When using cx_Freeze and Tkinter, I am given the message: File "C:\Users\VergilTheHuragok\AppData\Local\Programs\Python\Python35…

python python-3.x tkinter cx-freeze