Deploying PyQt applications on Windows

My preferred way to deploy python applications on Windows is to use py2exe. py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation. If you run in trouble with sip, read on… Sure there are other options to create windows executables. The ones … Continue reading Deploying PyQt applications on Windows