"python" wrote: > I installed it, but can't find py2exe.exe in my computer. why?
why are you looking for an EXE file? py2exe is a Python module, not an application. > And , when I execute "python setup.py py2exe" under command line, it > prompt error:wrong command "py2exe" . you're supposed to import py2exe into your setup file. if you don't do that, you'll get the above error message. have you read the "using py2exe" section on this page: http://www.py2exe.org/ ? </F> -- http://mail.python.org/mailman/listinfo/python-list