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

Ignoring Library.zip In Py2exe

I need to have an executable file (.exe) which takes some parameters from a file which can be confi… Read more Ignoring Library.zip In Py2exe

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

Build A .exe For Windows From A Python 3 Script

I would like building an executable for a python 3 script that: imports pyqtgraph (with pyqt5) imp… Read more Build A .exe For Windows From A Python 3 Script

'modules Appear To Be Missing' - Py2exe

I am using py2exe-0.6.9.win32-py2.7.exe and converted a .py file to .exe. The problem is that it wo… Read more 'modules Appear To Be Missing' - 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?

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

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?

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

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

Why Does Py2exe Stop At "running"?

I want to create an .exe file from a .py script using py2exe under Windows 7 and Anaconda. So I cre… Read more Why Does Py2exe Stop At "running"?

Py2exe Data_files

I am trying to build an executable for my python program like so: from distutils.core import setup … Read more Py2exe Data_files

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

Python Gui2exe Application Standalone Build (using Py2exe)

I am trying to build a Python Script into a stand alone application. I am using GUI2Exe. My scrip… Read more Python Gui2exe Application Standalone Build (using Py2exe)

Pyqt Jpeg Support Not Working In Bundled Form

To enable jpeg support in a PyQT application, you have to manually include the qjpeg4.dll. It works… Read more Pyqt Jpeg Support Not Working In Bundled Form

Pygame Font Not Working After Py2exe

I have this code that works fine when I convert it to an .exe with py2exe, except when it tries to … Read more Pygame Font Not Working After Py2exe

Py2exe: Compiled Python Windows Application Won't Run Because Of DLL

I will confess I'm very new to Python and I don't really know what I'm doing yet. Recen… Read more Py2exe: Compiled Python Windows Application Won't Run Because Of DLL

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

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