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

Importerror: No Module Named Pil When Opening The .py File Directly In Windows

This is a rather complicated problem. My Python script uses the module PIL which is loaded by: from… Read more Importerror: No Module Named Pil When Opening The .py File Directly In Windows

Failed To Login As 'domain\computername' Pyodbc With Py2exe

Ok so I have a script that connects to a mssql db and i need to run as a service which I have alrea… Read more Failed To Login As 'domain\computername' Pyodbc With Py2exe

Creating Executable File Of My Python Script

I am trying to create an executable file out of my python script. System config : python --versio… Read more Creating Executable File Of My Python Script

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