py2exe and its options

Thomas Heller thomas.heller at ion-tof.com
Tue Nov 20 02:53:33 EST 2001


"TH Lim" <sshark97 at hotmail.com> wrote in message news:ea8ebdc7.0111192011.72abda0c at posting.google.com...
> running bdist
[...]
> zip -rq D:\workspace\projects\epos\bin\dist\startup-???.win32.zip .
> creating 'D:\workspace\projects\epos\bin\dist\startup-???.win32.zip'
> and adding
> '.' to it
> error: D:\workspace\projects\epos\bin\dist\startup-???.win32.zip:
> Invalid argume
> nt
>
> What went wrong here? Can anyone please shed some light here?

You have been bitten by a distutils bug. Supply a version number
in the scetup script and the error should go away:

setup(....,
      version="1.0")

Thomas





More information about the Python-list mailing list