Quote:
Originally Posted by ted-san
Ok, so I'm finally getting around to migrating all my fonts over to firmware 2.3 but ran into a road block. I can't get things working under Windows. Python complains of missing OpenSSL.
So, I updated my Python install to 2.6.4 and did some Googling to find OpenSSL. Unfortunately, I've not found an .msi installer for OpenSSL on Windows. I've found some notes but nothing that gets me there and I'm feeling lazy right now.
Can somebody point me to an actual installer for OpenSSL on Windows so I can get back to the business at hand - converting all these darned fonts to three platforms!
|
Google "OpenSSL Windows" ; first result lead you to
http://www.slproweb.com/products/Win32OpenSSL.html
OpenSSL is by default installed in C:\OpenSSL ; so make sure you add to your path:
c:\OpenSSL\bin
In a command prompt; you'd do: PATH=%PATH%;c:\OpenSSL\bin