README 654 B

123456789101112
  1. This is an example that uses binary packages.
  2. To make the installer on a non-Windows system, download the PyQt4 installer from here:
  3. http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.10.4/PyQt4-4.10.4-gpl-Py3.3-Qt4.8.5-x32.exe
  4. Open it up with an archive tool, and extract the PyQt4 folder and sip.pyd from
  5. Lib/site-packages. Place them in a folder called pynsist_pkgs, and pynsist will
  6. use them in preference to the files it finds on your system.
  7. The '#!python3.3' line is used by the Python Windows launcher (PEP 397) to
  8. select which version of Python to run. This is important, because binary
  9. packages for Python 3.3 won't work on Python 3.4.