py2exe
fatal python error pygame parachute
I have w开发者_StackOverflow中文版ritten a small program in WindowsXP-python-pygame. It runs fine when I run it in the dos.[详细]
2023-03-19 12:12 分类:问答Unable to import module
I\'d like to learn Python since it looks nice and I want to work with GTK.My previous experience with programming is Java and C# hardly a pain in the backside to deal with errors.However I am having p[详细]
2023-03-18 12:15 分类:问答Can I have scripts outside my python exe?
I\'m new to Python and starting to learn it.However I have one query, which I\'d like to know for the future.[详细]
2023-03-18 06:40 分类:问答py2exe and QSplashScreen
I want to add QSplashScreen to PyQT4 application. It works fine from Python, but when I create exe with py2exe, a splash image is invisible, the app wa开发者_运维问答its 2 sec and shows the main windo[详细]
2023-03-18 04:44 分类:问答using py2exe with wxPython and Matplotlib
I\'m trying to generate an .exe file from a python script that uses wxPython and Matplotlib and it looks like to be impossible.[详细]
2023-03-16 00:56 分类:问答Make a py2exe exe run without a console?
开发者_运维问答Does anyone know how to make an exe with py2exe run without the black console? and bundle up all the pyd files etc into just one exe file?For one exe file, use this setup (taken from th[详细]
2023-03-15 21:59 分类:问答dll load errors in python executable made from pywin32
I created python executables with py2exe with both 64bit python interpreter and 32 bit python interpreter.[详细]
2023-03-13 18:40 分类:问答Font module error when using pygame2exe
I used Pygame2exe from the Pygame website and that got rid of the problem with the .dlls but there\'s still an error that remains.[详细]
2023-03-13 17:18 分类:问答executable made with py2exe doesn't run on windows xp 32bit
I created an executable with py2exe on a 64bit windows 7 machine, and distributed the program. On a windows xp 32bit machine the program refuses to run exhibiting the following behavior:[详细]
2023-03-13 08:31 分类:问答compiling a python program that uses pygame into an executable
I wanted to compile my python program that uses pygame into an executable using py2exe bu开发者_如何学Got I\'m experiencing some problems.I run the script in the windows command line and it seems to w[详细]
2023-03-13 02:42 分类:问答