Gandalf <[EMAIL PROTECTED]> 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, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list