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

Python Cx_freeze Egg Problem

im trying to build an executable (for 32bit windows xp) from a python script (which uses lots of eg… Read more Python Cx_freeze Egg Problem

Problem With Loading Win32file.pyd On Python 2.6

I can't make py2exe to pack correctly even a simple script that uses win32file I'm constant… Read more Problem With Loading Win32file.pyd On Python 2.6

Python 3 Project Into Exe?

I've made my first Python program, using Python 3.2. Now I'm trying to figure out how to ma… Read more Python 3 Project Into Exe?

Py2exe "requests" Module Missing

I don't know why I can't import package requests. If I execute the script that needs reques… Read more Py2exe "requests" Module Missing

Help With Py2exe Error

I'm trying to compile to an exe my script of python, but I'm getting an error that I'm … Read more Help With Py2exe Error

Bundling Gtk Resources With Py2exe

I'm using Python 2.6 and PyGTK 2.22.6 from the all-in-one installer on Windows XP, trying to bu… Read more Bundling Gtk Resources With Py2exe