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

Python Py2exe Window Showing (tkinter)

I'm trying to make an exe by py2exe. The program is showing a popup-like window using Tkinter. … Read more Python Py2exe Window Showing (tkinter)

Outputed Py2exe Exe Won't Run Only When Signed: Importerror

So, I've got a program I made in python 2.6, it ran fine as normal python, and ran fine when ma… Read more Outputed Py2exe Exe Won't Run Only When Signed: Importerror

Where To Put Images Folder In Python Exe?

I have converted a python game I designed into an exe. Running the exe itself causes it to flash an… Read more Where To Put Images Folder In Python Exe?

How Can I Make A Windows Executable With Pyserial?

I am trying to make an executable of a Stackless Python 2.6 program. The setup file is from distuti… Read more How Can I Make A Windows Executable With Pyserial?

Import Error When Building Python Using Py2exe

I am trying to make a small script to remotely manage windows computers (currently only shutdown). … Read more Import Error When Building Python Using Py2exe

.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]

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?

How To Compile Python Code That Uses Boto To Access S3?

I'm trying to compile a simple Python program, that uploads files to an S3 bucket using the bot… Read more How To Compile Python Code That Uses Boto To Access S3?