Bitcoin Forum

Bitcoin => Armory => Topic started by: kobik on February 14, 2018, 10:40:54 AM



Title: Using armoryd on Windows
Post by: kobik on February 14, 2018, 10:40:54 AM
I installed python27 on Windows, then the Twisted package via:
pip install Twisted

All went well. copied the txjsonrpc folder to the Armory root folder.

Running python armoryd.py gives me an error:

Code:
Traceback (most recent call last):
  File "armoryd.py", line 107, in <module>
    from armoryengine.ALL import *
ImportError: No module named armoryengine.ALL

What am I doing wrong?

Thanks!


Title: Re: Using armoryd on Windows
Post by: goatpig on February 14, 2018, 01:50:25 PM
Quote
All went well. copied the txjsonrpc folder to the Armory root folder.

The error means you didn't complete that step. You want to copy the content of the armoryd repo into the Armory repo. Then, if Armory is built, you can run armoryd.


Title: Re: Using armoryd on Windows
Post by: faxxxik on July 26, 2018, 09:07:40 AM
You can also have PYTHONPATH environment variable pointing elsewhere causing the same error.