How do you run GMusic on Windows?

Created by Chris Case
Keywords:
ssl QSsl windows

Simply checking out the source code and installing PyQt4/PySide isn't enough. You will get SSL errors, and the player window doesn't ever load.

You need to install OpenSSL for Windows. The files you need to install can be found here:

http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF
http://www.slproweb.com/download/Win32OpenSSL-1_0_0d.exe

Or you can check the Windows OpenSSL site for the latest version:

http://www.slproweb.com/products/Win32OpenSSL.html

You may also want to install colorama for colored console output. It can be found here:

http://pypi.python.org/pypi/colorama