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

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

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

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

Py2exe Lxml Woes

I have a wxpython application that depends on lxml and works well when running it through the pytho… Read more Py2exe Lxml Woes

No Module Named Py2exe

I've been trying to use py2exe on a completed script for a while now, but it appears something … Read more No Module Named Py2exe

Using Pygame2exe And Having Font Issue With Sysfont/.ttf

I tried py2exe, cx_freeze and got nowhere with those even using this site, made some progress with … Read more Using Pygame2exe And Having Font Issue With Sysfont/.ttf

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

How To Make Python Api Using Py2exe?

Is it possible to 'compile' a Python script with py2exe (or similar) and then allow the use… Read more How To Make Python Api Using Py2exe?

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?

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

Python Windows Service Pyinstaller Executables Error 1053

I have written a Windows service in python. If I run my script from the command prompt python runSe… Read more Python Windows Service Pyinstaller Executables Error 1053

Windows "open With" Python Py2exe Application

I wonder how the Windows 'Open file with...' feature works. Or rather, how would do if I wr… Read more Windows "open With" Python Py2exe Application

Py2exe "include" Modules: When Should They Be Managed Manually?

When is it necessary to specify modules to include? Doesn't py2exe search and include whatever … Read more Py2exe "include" Modules: When Should They Be Managed Manually?

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

Can Microsoft Visual C++ 2008 Redistributable Package Be Freely Redistributed

I am planning to use py2exe to make an application developped with Python 2.6. It seems that my app… Read more Can Microsoft Visual C++ 2008 Redistributable Package Be Freely Redistributed

How To Unzip Python Eggs?

I'm trying to bundle some egg dependencies when using py2exe and as stated on the py2exe site, … Read more How To Unzip Python Eggs?

Py2exe Lxml Woes

I have a wxpython application that depends on lxml and works well when running it through the pytho… Read more Py2exe Lxml Woes