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


Groups > comp.lang.python > #49438 > unrolled thread

Confused approach to Pyinstaller

Started bydarpan6aya <akshay.ksth@gmail.com>
First post2013-06-29 11:25 -0700
Last post2013-06-29 11:25 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#49438 — Confused approach to Pyinstaller

Fromdarpan6aya <akshay.ksth@gmail.com>
Date2013-06-29 11:25 -0700
SubjectConfused approach to Pyinstaller
Message-ID<6537af7f-7206-42d2-852e-d18fd6a5b95e@googlegroups.com>
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?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web