Hello, I'm trying to run from source on windows. I'm using amd64 versions of par2, python, pywin32, openssl. I've copied the dlls from my openssl libs directory over to my sab's lib directory, but still it says that it cannot load it.
I have a feeling I need pyopenssl but I cannot find a python 2.6 binary for it and if I try and compile the module I get an issue:
Code: Select all
src/crypto/x509name.c(16) : error C2133: 'crypto_X509Name_methods' : unknown size
Which seems to be Visual Studio having a shit at this:
Code: Select all
static PyMethodDef crypto_X509Name_methods[];
If there's a python 2.6 amd64 version of pyopenssl 0.8 for windows it would be useful but currently I'm stumped.
E: I got and installed the
egenix.com version but this has not helped.