Where can I find a good tutorial for py2exe?

Posted by Manzabar on Stack Overflow See other posts from Stack Overflow or by Manzabar
Published on 2008-10-06T21:43:38Z Indexed on 2010/04/14 10:33 UTC
Read the original article Hit count: 262

Filed under:
|
|

Can somebody point me at a good tutorial for py2exe? I've read over the official tutorial but it is rather light on details, compared to all the options one can use when building an executable out of a python script. For the record, my python script uses Python 2.5.2, wxPython/wxWidgets 2.8 and MySQLdb 1.2.2; so if you have specific tips for py2exe with those packages that would be much appreciated (and yes, I've seen the Py2EXE and wxPython page).

© Stack Overflow or respective owner

Related posts about python

Related posts about py2exe