py2exe and its options

TH Lim sshark97 at hotmail.com
Mon Nov 19 23:11:24 EST 2001


Hi,

I use py2exe to make exe from my python scripts and I want to explore
rest of the options other than just "py2exe" alone. Is there any sites
have examples available for other options?

And, I tried "bdist" but unsuccessful. This is the result i got,

running bdist
bdist.run: format=zip, command=bdist_dumb, rest=[]
running bdist_dumb
running build
running build_scripts
not copying startup.py (up-to-date)
installing to build\bdist.win32\dumb
running install
running install_scripts
copying build\scripts\startup.py ->
build\bdist.win32\dumb\Python21\Scripts
warning: install: modules installed to
'build\bdist.win32\dumb\Python21\', which
 is not in Python's module search path (sys.path) -- you'll have to
change the s
earch path yourself
changing into 'build\bdist.win32\dumb'
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? 

/lim/



More information about the Python-list mailing list