gui2exe

Python GUI2Exe Application Standalone Build (Using Py2Exe)

守給你的承諾、 提交于 2020-01-17 06:33:20
问题 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 it is referring to folder: ERROR: test_file_data_extract (__main__.FileDataExtract) ---------------------------------------------------------------------- Traceback (most recent call last): File "File_data_extract.py", line 18, in setUp File

Parachute Segmentation Fault Error - pygame to py2exe

可紊 提交于 2019-12-20 06:19:48
问题 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 compile it with py2exe I get this. Here is the error I get: Fatal Python error: (pygame parachute) Segmentation Fault This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for

Parachute Segmentation Fault Error - pygame to py2exe

核能气质少年 提交于 2019-12-02 09:57:05
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 compile it with py2exe I get this. Here is the error I get: Fatal Python error: (pygame parachute) Segmentation Fault This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. My game starts off as a console and that part runs. But as soon as the display starts I

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

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-01 07:32:30
问题 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 library incorrectly. 回答1: I had this same problem, I fixed it by ADDING this text to the "manifest_template" string in setup.py (the advanced sample uses it) <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.VC90.CRT"