Message3892

Author thijs
Recipients thijs
Date 2008-12-08.21:01:25
SpamBayes Score 0.0003054313
Marked as misclassified No
Message-id <1228770085.93.0.371711339597.issue1195@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry guys, this was a bad build on my side, after 'ant clean', 'ant' it 
worked, feel free to close the ticket. Some other random info; we tried 
pyOpenSSL with Jython but got an expected error that can't be worked 
around I guess..

pyOpenSSL-0.8$ jython setup.py install
running install
running build
running build_py
creating build
creating build/lib.java1.5.0_06-2.5
creating build/lib.java1.5.0_06-2.5/OpenSSL
copying ./__init__.py -> build/lib.java1.5.0_06-2.5/OpenSSL
copying ./__init__.py -> build/lib.java1.5.0_06-2.5/OpenSSL
copying ./tsafe.py -> build/lib.java1.5.0_06-2.5/OpenSSL
copying ./version.py -> build/lib.java1.5.0_06-2.5/OpenSSL
creating build/lib.java1.5.0_06-2.5/OpenSSL/test
copying ./test/__init__.py -> build/lib.java1.5.0_06-2.5/OpenSSL/test
copying ./test/test_crypto.py -> build/lib.java1.5.0_06-2.5/OpenSSL/test
copying ./test/test_ssl.py -> build/lib.java1.5.0_06-2.5/OpenSSL/test
running build_ext
building 'OpenSSL.crypto' extension
error: Compiling extensions is not supported on Jython
History
Date User Action Args
2008-12-08 21:01:25thijssetmessageid: <1228770085.93.0.371711339597.issue1195@psf.upfronthosting.co.za>
2008-12-08 21:01:25thijssetrecipients: + thijs
2008-12-08 21:01:25thijslinkissue1195 messages
2008-12-08 21:01:25thijscreate