Questions tagged [gui2exe]

GUI2Exe is a graphical front end to executable builders for Python.

GUI2Exe is a graphical front end to other executable builders for Python such as py2exe. It can be used to compile Python scripts into standalone executables for Windows, Linux, and macOS.

9 questions
9
votes
2 answers

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 message: error MSVCP90.dll: No such file or…
Kredns
  • 36,461
  • 52
  • 152
  • 203
2
votes
2 answers

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 application has made an attempt to load C runtime…
TLSK
  • 275
  • 1
  • 6
  • 25
1
vote
1 answer

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 which is my favorite choice for this task. After…
Laci
  • 566
  • 2
  • 15
  • 39
0
votes
2 answers

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 it stops loading and nothing, task manager doesn't…
MakerDrone
  • 109
  • 3
  • 9
0
votes
1 answer

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 processes all information and broadcast it through email in a…
wabbajak
  • 1
  • 3
0
votes
1 answer

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 directly but fails to build a stand alone because…
user914425
  • 16,303
  • 4
  • 30
  • 41
0
votes
3 answers

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 the exported setup.py to build? or to call GUI2Exe…
fseto
  • 9,898
  • 1
  • 19
  • 14
0
votes
1 answer

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 super simple 14 line webkit browser. And when using…
elzilrac
  • 71
  • 1
  • 5
0
votes
2 answers

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 the 2.7 versions. My program runs fine but after I…
user1473612
  • 1
  • 2
  • 4