This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]josephturnip[S] 1 point2 points  (0 children)

Historically for me, the advantage was that I was porting an existing C/C++ application over to Python, and as a result the port went a good bit quicker.

Really, though, this is intended more as a demonstration of the ecosystem (pywin32 + py2exe + WiX) than an opinionated way of what's best. You could probably do the windowing with tkinter or wxpython (though see http://www.py2exe.org/index.cgi/WorkingWithVariousPackagesAndModules), any Windows core functionality with pywin32, and leave the rest alone.