Tagged Questions

10
votes
1answer
3k views

Determining application path in a Python EXE generated by pyInstaller

I have an application that resides in a single .py file. I've been able to get pyInstaller to bundle it successfully into an EXE for Windows. The problem is, the application requires a .cfg file ...
4
votes
1answer
349 views

PyInstaller creates slow executable

I'm using PyInstaller to create a single executable of a python program using PyQt. It creates the .exe and runs fine, but takes between 15 to 20 seconds to start. I thought I could get by with ...
4
votes
4answers
2k views

Python 3.0.1 Executable Creator

Does anyone know if there's a windows Python executable creator program available now that supports Python 3.0.1? It seems that py2exe and pyInstaller, along with all the rest I've found, still aren't ...
4
votes
3answers
1k views

Tiny python executable?

I plan to use PyInstaller to create a stand-alone python executable. PythonInstaller comes with built-in support for UPX and uses it to compress the executable but they are still really huge (about ...
2
votes
1answer
59 views

Packaging multiple scripts in PyInstaller

I'm using PyInstaller to turn two scripts into one executable file, one of which calls the other. The issue I'm having is I can't figure out how to bundle the two scripts and still let them reference ...
2
votes
0answers
148 views

PyInstaller Problem

I created an exe version of my python program with pyinstaller. But When I try to run my app from that exe I get an error like this: What may the problem be caused from? Thanks in advance.