Import problem with PyCrypto in Jython
- by Arg
Hello,
I am currently trying to get python bittorrent tracker running inside of jython and i encountered this problem:
the tracker uses PyCrypto library which i compiled for my platform and added into the python path. When i try to run code, however, i get following error:
Exception in thread "MainThread" Traceback (most recent call last):
File…