Skip to content

Converting python scripts to windows executables

Converting a non-trivial python script into a windows executable is always a pain but often necessary. This post Using py2exe to freeze your application details a full blown setup.py script that will help. I have modified the setup.py to build an installer that also includes the Microsoft VS C run time dll’s.

Post a Comment

Your email is never published nor shared. Required fields are marked *