|
From: Nancy H. <ecl...@gm...> - 2007-06-12 14:51:22
|
I've downloaded pyOpenSSL and am looking at the doc, but need some basic
help getting set up.
I'm on Win and have unzipped files to C:\Program Files\Python24\pyOpenSSL-
0.6
::::::::::::The doc says::::::::::::::::
2.2 Building the library:
setup.py build_ext -I ...\openssl\inc32 -L ...\openssl\out32dllsetup.py build
Where ...\openssl is of course the location of your OpenSSL installation.
:::::::::::::::::::::::::::::::::::::::::::::::
Here's what I've done to try to do that... Any
suggestions/corrections/direction very welcome.
I opened a cmd prompt, navigated to the pyOpenSSL-0.6 dir and typed...
setup.py build_ext -I C:\Program Files\Python24\openssl\inc32 -L
C:\Program Files\Python24\openssl\out32dll
This launched PythonWin and opened setup.py. Oh yeah, I have it defaulting
there (but am not sure how to change it to launch Python by default.)
So, I tried using Run (to execute setup.py) and typing in the args there...
build_ext -I openssl\inc32 -L openssl\out32dll
This produced output "running build_ext" and an error message:
... returned an exit code error: The .NET Framework SDK needs to be
installed.
So... next step is to download/install the following?
.NET Framework Version 2.0 Redistributable Package
& .NET Framework Version 2.0 Software Development Kit
Thanks...
Nancy
|