py2exe

Tim Roberts timr at probo.com
Fri Oct 31 03:01:48 EDT 2008


Gandalf <goldnery at gmail.com> wrote:
>
>OK this question is not clear enough.
>
>I'm trying to convert my python script to executable file.
>it seems than the simple setup(console=['file.py']) won't work in my
>case because i use unsupported  modules (like pywinauto and extra).

If you have explicit imports, py2exe can figure those out.  You should be
able to see that in the "dist" directory.  However, wxPython needs some
extra modules and DLLs that py2exe is not able to figure out.  I believe
the wxPython web site talks about this.  Google wxPython and py2exe for
hints.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list