Skip to content Skip to sidebar Skip to footer
Showing posts with the label Py2exe

Making A Portable (exe) With Python 3.1?

Is there a way to make a portable/stand-alone exe for python apps? I've read about p2exe but i… Read more Making A Portable (exe) With Python 3.1?

.exe Icon Doesn't Change [py2exe]

My icon file myicon.ico in same directory with setup.py. When I run py2exe, myproject.exe doesn'… Read more .exe Icon Doesn't Change [py2exe]

Py2exe Importerror: No Module Named Shell

My code is: from win32com.shell import shellcon from win32com.shell.shell import ShellExecuteEx An… Read more Py2exe Importerror: No Module Named Shell

Windows Services With Python And Py2exe

I need some help with converting a python windows service using py2exe. Let me explain the problem.… Read more Windows Services With Python And Py2exe

Pyinstaller/py2exe - Include Os.system Call With Third Party Scripts In Single File Compilation

I'm using tkinter and pyinstaller/py2exe (either one would be fine), to create an executable as… Read more Pyinstaller/py2exe - Include Os.system Call With Third Party Scripts In Single File Compilation

Py2exe Openpyxl Importerror

I have a python application that depends on openpyxl and works well when running it through the pyt… Read more Py2exe Openpyxl Importerror