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

--
Dan Hensley, P.E.
Manager, Rocky Mountain Operations - ATA Engineering, Inc.
1687 Cole Blvd, Suite 125
Golden, CO                   W:303/945-2360
http://www.ata-e.com/

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