Hi,

pyinstaller.py is now the main 'hub' for building executables. You can run it like this:

python pyinstaller.py [opts] yourscript.py

Which will automatically do the steps of Configure/Makespec/Build (all the options can also be used) and create an executable.

Am 01.03.2011 19:39, schrieb Dan Hensley:
This is a pretty basic question, but it appears that trunk has been
reorganized and now the documentation is out of date. I'm looking at
PyInstaller again after a few months, and the instructions in the Readme
no longer work. It starts by saying to do

python Configure.py

But of course Configure.py is now in the utils directory. If I call it
from there, I get

python utils\Configure.py
Traceback (most recent call last):
File "utils\Configure.py", line 21, in <module>
import PyInstaller.configure
ImportError: No module named PyInstaller.configure

I'm sorry to ask such a basic question, but the documentation is out of
date and I can't find how to do step 1.

Dan


Regards
--
Florian Höch

--
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to