cx-freeze Questions
8
The Problem
Im trying to turn a python file into an EXE file, however I seem to be running into the same problem every single time, whether it is CX_Freeze or Pyinstaller. I just tried using pyins...
Pugliese asked 14/1, 2017 at 4:48
2
I am trying to convert my .py file to an .exe file and I have tried all methods (auto-py-to-exe, pyinstaller, cz_freeze) and it does create the exe file but it always gives an error or the window o...
Expansive asked 1/11, 2021 at 16:34
3
Solved
I am using the following setup file to create executable using cx_freeze. Is it possible to generate the exe with a different name other than the name of the executable script?
from cx_Freeze impo...
3
Solved
I am using Flask to develop a python app. At the moment, I want this app to be run locally. It runs locally fine through python, but when I use cx_freeze to turn it into an exe for Windows, I can n...
2
Solved
I am trying to convert a .py file to .exe using cx_Freeze 5.1.1., but an ImportError: DLL load failed pops up every time I try to run the file. Based on the suggested solutions here and here, I add...
Tropo asked 9/9, 2018 at 17:0
6
I've created my setup.py file as instructed but I don't actually.. understand what to do next. Typing "python setup.py build" into the command line just gets a syntax error.
So, what do I do?
set...
3
Solved
I am trying to compile a python program and I am using python 3.2.
So I downloaded cx_freeze and installed it. When I try to run the setup.py in cmd it says:
"importerror: no module named cx_freez...
5
Solved
Previously I asked a similar question: cx_Freeze unable fo find mkl: MKL FATAL ERROR: Cannot load mkl_intel_thread.dll
But now I have a subtle difference. I want to run the program without install...
3
Solved
I am trying to create a binary from a python,flask and boto3 app. I am having trouble running the pip install cx_Freeze command too work. I am getting the following error :
It seems to be not fet...
5
I have written a Python 3.6 program that reads a .txt file of UTM coordinates, sorts them into counterclockwise order, displays the coordinates on a graph using matplotlib, and then writes the coor...
Fenestration asked 20/7, 2018 at 14:9
6
I am attempting to create a .exe on Windows 7 from a python3 script using cx_freeze. the Script involves using pywin32 to manipulate Excel files. I can build the .exe successfully from my setup.py ...
Chancroid asked 26/7, 2013 at 21:9
4
Solved
I have coded a tiny python program using PyQt4. Now, I want to use cx_Freeze to create a standalone application. Everything works fine - cx_Freeze includes automatically all necessary modules; the ...
Freddie asked 3/12, 2014 at 20:48
2
Solved
I am trying to convert a python game (made with pygame) into a exe file for windows, and I did using cx_Freeze. No problems there.
The thing is that when I launch myGame.exe, it opens the normal Py...
2
I create an .exe file by cx_freeze and copy all the .dll file I can find to the folder which includes that .exe.
The problem is I can run the .exe on my computer perfectly but can't run on another...
Osteogenesis asked 18/5, 2017 at 6:54
4
Solved
I'm trying to build an app with cx_freeze and esky. It was working before (ok, maybe some months ago. Since then, python 3.5 went out).
I have the following exception:
File "/usr/lib/python3.5/si...
4
Solved
I'm trying to create an executable python program that runs on windows without python being installed, for this I'm using cx_Freeze. But I get the following error: "Cannot load mkl_intel_thread.dll...
Pricilla asked 24/1, 2019 at 0:18
1
I currently have a Python file that when run using python file_name.py installs a Windows service that is viewable in Event Viewer under application logs and stoppable using sc stop service_name. H...
1
I'm trying to compile some Python 3.3 code using cx_freeze and, after compiling, the resulting test.exe file will create an indefinite number of instances of the program, causing my Windows 7 syste...
Pyrology asked 25/3, 2014 at 19:47
3
I am building an API that uses Waitress, Flask, and Flask_SocketIO in Windows. Everything works fine from the command line, but when I try to bundle my API into an .exe using cx_Freeze and then run...
Transient asked 11/1, 2019 at 16:54
2
I am currently running Windows 7 Home 64-bit and am working on a program that I would like to make available for both 32-bit and 64-bit Windows operating systems. When I use cx_Freeze to turn my .p...
3
Solved
Good day all,
I am having trouble using cx_Freeze on a code I am working on converting to a .exe.
When I run cx_Freeze I get the following ImportError that there no no module named scipy
running...
3
Solved
I'm trying to create an executable file out of a python scripts on Windows in Anaconda virtual environment with cx_Freeze library. I was trying to do it with version 6.1 but I was stucked in the er...
0
This is a very interesting problem,
I was attempting to add an icon to my cx_freeze executable but whenever I do it crashes,
Note: I'm running windows 10 and using python 3.8.2
My setup.py file is ...
Colene asked 2/7, 2020 at 2:13
2
Solved
I'm new to python, and I'm evaluating developing desktop programs with Python + PySide, and found that cx_freeze works very good in converting my python code into executables, and it's cross-platfo...
Kutchins asked 31/3, 2011 at 8:58
1
Solved
TL;DR: how to use Cython as a distribution method instead of Py2exe, cx_freeze, pyinstaller, etc.
Following Making an executable in Cython, I'd like to see how it could be possible to distribute...
Subheading asked 15/6, 2020 at 14:55
1 Next >
© 2022 - 2025 — McMap. All rights reserved.