View Single Post
Posts: 479 | Thanked: 1,284 times | Joined on Jan 2012 @ Enschede, The Netherlands
#5
I can't get it to work appsformeego is down, and Khertan.net yields another .deb than the one on MeeGo COBS. The latter gives me errors while installing from the shell.

I've settled for bitpurse_0.9.0-1_armel.deb from khertan.net, which installs fine and downloads a dependency. But afterward I can't start BitPurse. Running from the shell yields:

Code:
/opt/bitpurse $ ./__init__.py
Traceback (most recent call last):
  File "./__init__.py", line 20, in <module>
    from wallet import WalletController
  File "/opt/bitpurse/wallet.py", line 21, in <module>
    from Crypto.Cipher import AES
ImportError: No module named Crypto.Cipher
Is there a dependency missing? I see python-crypto in the apt-cache database. Should I apt-get install this?
 

The Following User Says Thank You to Fuzzillogic For This Useful Post: