Re: SMIME Testing Error
John Simeone <[email protected]>
| Newsgroups | gmane.comp.python.cryptography |
|---|---|
| Message-ID | <[email protected]> |
Heikki Toivonen wrote:
John Simeone wrote:
Testing M2CRYPTO 0.13 with Python 2.3.4, Openssl 0.97e and swig 1.3.27
SMIME test fails. Traceback:
Please try with 0.15 or the trunk from the Subversion source repository:
http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto
As suggested above, I am trying with 0.15.
I have followed the conventions of placing OpenSSL include files in
\file{c:/pkg/openssl/include}
and the import libraries in
\file{c:/pkg/openssl/lib}.
When running the command, "python setup.py build," I get the following
error:
building '__m2crypto' extension
D:\swigwin-1.3.27\swig.exe -python -ISWIG -I"c:\pkg\openssl\include" -o
SWIG/_m2crypto.c SWIG/_m2cry
pto.i
SWIG\_m2crypto.i(28): Error: Unable to find 'openssl\opensslv.h'
error: command 'swig.exe' failed with exit status 1
_______________________________________________________________________
Does anyone know what the problem is here?
Thank you.