<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<br>I'm setting up one of tahoe nodes for small grid<br>system configuration:http://pastebin.com/Suxf5kFu<br>(CentOS 5.7,32-bit)<br><br>I'm using regular <a href="https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.9.1.tar.bz2">https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.9.1.tar.bz2</a><br><br>python setup.py test ends with<br>llmydata.test.test_upload.EncodingParameters.test_problem_layout_ticket_1128<br>===============================================================================<br>[ERROR]<br>Traceback (most recent call last):<br> File "/root/allmydata-tahoe-1.9.1/Twisted-10.2.0-py2.4-linux-i686.egg/twisted/trial/runner.py", line 575, in loadPackage<br>   module = modinfo.load()<br> File "/root/allmydata-tahoe-1.9.1/Twisted-10.2.0-py2.4-linux-i686.egg/twisted/python/modules.py", line 383, in load<br>   return self.pathEntry.pythonPath.moduleLoader(self.name)<br> File "/root/allmydata-tahoe-1.9.1/Twisted-10.2.0-py2.4-linux-i686.egg/twisted/python/reflect.py", line 464, in namedAny<br>   topLevelPackage = _importAndCheckStack(trialname)<br> File "/root/allmydata-tahoe-1.9.1/src/allmydata/test/test_sftp.py", line 25, in ?<br>   from allmydata.frontends import sftpd<br> File "/root/allmydata-tahoe-1.9.1/src/allmydata/frontends/sftpd.py", line 10, in ?<br>   from twisted.conch.ssh import factory, keys, session<br> File "/root/allmydata-tahoe-1.9.1/Twisted-10.2.0-py2.4-linux-i686.egg/twisted/conch/ssh/factory.py", line 16, in ?<br>   from twisted.conch.ssh import keys<br> File "/root/allmydata-tahoe-1.9.1/Twisted-10.2.0-py2.4-linux-i686.egg/twisted/conch/ssh/keys.py", line 17, in ?<br>   from Crypto.Cipher import DES3<br>exceptions.ImportError: /root/allmydata-tahoe-1.9.1/support/lib/python2.4/site-packages/pycrypto-2.4-py2.4-linux-i686.egg/Crypto/Cipher/DES3.so: wrong ELF class: ELFCLASS64<br><br>allmydata.test.test_sftp<br>-------------------------------------------------------------------------------<br>Ran 1056 tests in 1148.134s<br><br>FAILED (skips=8, expectedFailures=3, errors=1, successes=1044)<br><br>machine is really old one. <br>is this bug in package ?</body></html>