chromaway / ngcccbase

next-gen colored coin client base
MIT License
85 stars 46 forks source link

Trying to import utxodb module #140

Closed israellevin closed 10 years ago

israellevin commented 10 years ago

I see the file utxodb.py was removed at fc33bc5404f56bd77353754c1fd76f6583a1e45f so maybe this is leftover from old version? I did not encounter it earlier, on an existing install, but now I'm trying a fresh install and it can't seem to be able to create a wallet.

(ngcccbase)# ./ngccc-cli.py scan

Traceback (most recent call last):
  File "./ngccc-cli.py", line 15, in <module>
    from ngcccbase.wallet_controller import WalletController
  File "/root/chroma/ngcccbase/ngcccbase/wallet_controller.py", line 12, in <module>
    from wallet_model import ColorSet
  File "/root/chroma/ngcccbase/ngcccbase/wallet_model.py", line 16, in <module>
    from txdb import TxDb
  File "/root/chroma/ngcccbase/ngcccbase/txdb.py", line 3, in <module>
    import utxodb
ImportError: No module named utxodb
killerstorm commented 10 years ago

Thanks, fixed.