Search code examples
qtqt4pyqtpyqt4qtwebkit

packaging qtwebkit for windows


I'm developing a qtwebkit based editor on linux using pyqt. I would like to package it for windows too. Is it possible? what is the procedure for that? I could not find any googling.


Solution

  • I found pyinstaller works like a charm for all windows, linux and mac

    http://www.pyinstaller.org/

    Deploy PyQt Applications on Mac OS X with PyInstaller