Standalone .exe's using installer/builder question
Gordon McMillan
gmcm at hypernet.com
Thu Jun 21 10:44:05 EDT 2001
[posted and mailed]
Gaz wrote:
> I've recently downloaded the Installer pkg. from mcmillan inc (
>http://www.mcmillan-inc.com/builder.html ) and i wondered if anybody could
>give me a little guide to using it. This is the test.py script i am using:
[snip]
>and this is the command line i use from the RUN promt:
>
>C:\WINDOWS\Desktop\temp\Standalone.py test.py -tk
>
>anyideas???
Yes. Due to a Windows problem, you have to say:
python C:\WINDOWS\Desktop\temp\Standalone.py test.py -tk
^^^^^^
or the command line args don't make it to Standalone.py.
- Gordon
More information about the Python-list
mailing list