Creating Python "executables" on Windows?

Azratax azratax at yahoo.com
Fri Aug 18 01:39:22 EDT 2000


In article <8nh8kl$4kc$1 at la-mail4.digilink.net>, "Pete Shinners" <pete at visionart.com> wrote:
>
>"Azratax" <azratax at yahoo.com> wrote in
>> Wow... this seems to be just what i am looking for... but how does
>> one use the standalone exe-making program?! what do i type in at a
>> dos prompt? i have no idea how to call python from comandline...
>>          -Az
>
>the docs explain in well enough. open a dos prompt to where you
>want to work.
>
>"python D:\PATHTO\Standalone.py MYSCRIPT.py"
>
>change D:\PATHTO to the path where you installed Gordon's
>Executable creator. replace MYSCRIPT.py with whatever script
>you want as a .EXE
>
>there are extra flags for things like TK, but again, the
>docs seem to make it clear enough
>
>
>
hmmmm.... thats what i thought. But it doesnt work. I get an error too large 
to display in a dos window ending in:

  File "C:\Python16\tools\install\MEInc\Dist\archivebuilder.py", line 79, in 
Dep
endencies
    rslt.append(k, v.__file__)
TypeError: append requires exactly 1 argument; 2 given

Somethimg seems very wrong here. 
        -Az



More information about the Python-list mailing list