Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
301 views

I'm trying to build a project that has a dependency on jsonschema. On building and running the project with py2exe I get this error at runtime: INFO:runtime:Analyzing the code INFO:runtime:Found 527 ...
freebie's user avatar
  • 1,677
0 votes
1 answer
72 views

I created a short script that connects to an Oracle db and pulls some data. This works on my PC as I have everything installed E.g. pycharm with cx_oracle etc. I want to be able to run this on other ...
0 votes
0 answers
155 views

I would like to know if there is any way to compile a python program into an .exe file and speed it up. Or maybe try to create my own C / C++ standalone exe that will run an embedded python ...
1 vote
0 answers
70 views

I have a python script that generates a window with some buttons made with tkinter. When I convert to executable and send to potential users that does not have python installed, their window has a ...
1 vote
1 answer
128 views

I have only recently started with py2exe, and I would like to use py2exe with MINGW64 Python3 programs (and corresponding libraries). However, the first example I tried failed to build. After that, I ...
sdbbs's user avatar
  • 5,968
0 votes
0 answers
334 views

I hope my problem hasn't already been solved. I'm having a problem compiling my python program into an executable. The program I want to compile is with tkinter and I use py2exe to compile. Here is my ...
0 votes
0 answers
73 views

I use Python 3.11.5 and Miniconda. I would like to create a Windows exe. The executable should display the content of the file on the console. After creating and running the resulting executable, I ...
0 votes
1 answer
598 views

I am using Pycharm on Windows 10 and needed to install py2exe package. So I tried to install it with the github repository "https://github.com/lambacck/py2exe-3 ". I don't know what is the ...
1 vote
0 answers
184 views

I am attempting to take a program I created and turn it into an executable. It is not a fancy program at all and I believe I should be able to bundle all the dependencies into the executable to make ...
PythonNoob's user avatar
0 votes
1 answer
101 views

I am facing a problem when converting my app to .exe- file as the title says. The issue seems to be with keystoneauth1 library. I created a minimal test "hello.py" for troubleshooting and ...
1 vote
0 answers
73 views

I'm trying to build a standalone executable file from a python script using py2exe The creation of the .exe file does not output any warning nor errors, but when i actually try to execute it from ...
Ferro Luca's user avatar
0 votes
1 answer
57 views

I wrote a .py code and converted it to a .exe using pyinstaller. It report the following problem: If I double click the .exe the program execute correctly (takes some input file, takes some input ...
0 votes
1 answer
995 views

I am trying to package a python GUI application into a .exe file. However, the folder with the exe file includes a ton of unused modules that I have installed, like pygame and numpy. Deleting these ...
0 votes
1 answer
177 views

I have developed a project which has the following structure : web_app └── website | ├── __init__.py | ├── auth.py | ├── models.py | ├── views.py | ├── static | │ ├── images | │ │ └...
user avatar
0 votes
1 answer
103 views

My question is if for example if I build my python code using py2app and then transfer the Dist folder to another mac will it works on all mac os, and the same question for py2exe , will it works on ...
Adam's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
...
109

AltStyle によって変換されたページ (->オリジナル) /