View Single Post
Old 11-29-2009, 11:23 PM   #40
jyavenard
Zealot
jyavenard has a complete set of Star Wars action figures.jyavenard has a complete set of Star Wars action figures.jyavenard has a complete set of Star Wars action figures.jyavenard has a complete set of Star Wars action figures.
 
Posts: 141
Karma: 383
Join Date: Sep 2009
Device: Kindle 2
Quote:
Originally Posted by ted-san View Post
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
jyavenard is offline   Reply With Quote