<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">When I try to install pycrpto on windows with jython I get the "chmod" error. When I comment that out in the setup.py file I get the "sh" error. Both of these errors point to this
 package being only for Linux OS's. <br>
<br>
So I used a distro package that was installed on a Python Linux install. I dropped it in my Jython\Lib\site-package directory and imported it. It didn't complain.
<br>
<br>
But then when I try to run celery with django (jython manage.py celery worker -E --loglevel=debug)  I get the following error pointing back to the Crypto install:<br>
java.lang.ClassFormatError: java.lang.ClassFormatError: Invalid method Code length 101115 in class file Crypto/Util/number$py<br>
<br>
So how can I get this to install correctly on Jython, Djangon, and Windows? <br>
<br>
Thanks.<br>
</div>
</body>
</html>