Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #49438

Confused approach to Pyinstaller

Newsgroups comp.lang.python
Date 2013-06-29 11:25 -0700
Message-ID <6537af7f-7206-42d2-852e-d18fd6a5b95e@googlegroups.com> (permalink)
Subject Confused approach to Pyinstaller
From darpan6aya <akshay.ksth@gmail.com>

Show all headers | View raw


I have a certain GUI program that I built using Python 2.7 and PyQt4.
I want to convert it into a standalone windows executable.

I went through the docs for Pyinstaller-2.0 and tried several times but I think that I might be on the wrong approach. 

Here is the structure of my Program.

[Resources]
[Hunspell]
[stylesheets]
resources.py
design.py
main.py

The first three are folders containing necessary files for the program to run. 
The file main.py imports the other two to run properly.
What do I do to go towards making the perfect executable?

P.S. I have also imported PyPi modules. Will they make a difference?

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Confused approach to Pyinstaller darpan6aya <akshay.ksth@gmail.com> - 2013-06-29 11:25 -0700

csiph-web