Quote:
Originally Posted by bud_fox
I seem to be having a fairly unique problem....
I can run and get a key absolutely fine - however when I run the ineptepub.pyw no input box appears.
When I run it through Python and look at the log, I get the error message
"AttributeError: function 'd2i_RSAPrivateKey' not found"
Even stranger is that when I use the ineptpdf.pyw it all works fine.
I am using;
Python 2.6.6
Pycrypto 2.1.0 (for 2.6)
ineptepub 5.2
Anyone got any ideas on why this won't work?!
Cheers
Bud
|
d2i_RSAPrivateKey is an openssl function. So it might me that you don't have a good openssl installation.