Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
0 votes
1 answer
32 views

GUI2Exe build with smtplib [Have windows gui interface

My problem is similar to this post: "No module named email.utils" in smtplib with gui2exe but it comes along with a GUI I did not used any email.py in all of my module The program ...
wabbajak's user avatar
0 votes
1 answer
829 views

Python GUI2Exe Application Standalone Build (Using Py2Exe)

I am trying to build a Python Script into a stand alone application. I am using GUI2Exe. My script uses selenium package. I have it installed. Project compiles fine and runs on python command line ...
user914425's user avatar
  • 16.5k
0 votes
1 answer
205 views

Executable created with py2exe freezes when using webkit's open(url) function

I am using the GUI2Exe program to create my executable, and while I can build and start the executable, it crashed on a call to "open" the url. This is repeatable not only in my program but in the ...
elzilrac's user avatar
1 vote
1 answer
2k views

ImportError: No module named texttable (igraph, py2exe,cx freeze/gui2exe)

I've spent 2 days trying to solve this problem and I'm getting nowhere. I try to get an executable from my python script. Script is running with no issues. I build graphs in it by using igraph ...
Laci's user avatar
  • 566
0 votes
2 answers
3k views

Parachute Segmentation Fault Error - pygame to py2exe

I am using GUI2Exe to compile my python/pygame, game to a .exe I have a problem with the font module. using python 2.7 and the py2exe option in GUI2Exe I have updated python, pygame and py2exe with ...
user1473612's user avatar
2 votes
2 answers
3k views

Py2exe: the exe is created but if you run it you get a Runtime error R6034

I have made an application in wxpython, and I want to make it executable. All goes ok. All dlls needed are there, but when I try to run my exe I get the following error: Runtime error R6034, An ...
TLSK's user avatar
  • 273
0 votes
2 answers
1k views

I am having problems with creating executables with gui2exe

I decided to try gui2exe for making my executables, but I cannot get it to work, with neither PyInstaller, Py2exe or cxFreeze. It creates a non-starting executable (I run it, it starts loading, then ...
MakerDrone's user avatar
0 votes
3 answers
993 views

How to run GUI2Exe from command line?

I'm using GUI2Exe to CX_freeze my python app, which is working great... if I want to build it manually. My next step is to automate this build, so I can build in one step Is there a way to use ...
fseto's user avatar
  • 10.6k
9 votes
2 answers
3k views

Making a Windows .exe with gui2exe does not work because of missing MSVCP90.dll

I'm trying to compile my python script into a single .exe using gui2exe (which uses py2exe to create a .exe). My program is using wxWidgets and everytime I try to compile it I get the following error ...
Kredns's user avatar
  • 37.3k