Author

Topic: Using armoryd on Windows (Read 117 times)

newbie
Activity: 3
Merit: 0
July 26, 2018, 05:07:40 AM
#3
You can also have PYTHONPATH environment variable pointing elsewhere causing the same error.
legendary
Activity: 3640
Merit: 1345
Armory Developer
February 14, 2018, 09:50:25 AM
#2
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.
jr. member
Activity: 39
Merit: 3
February 14, 2018, 06:40:54 AM
#1
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
    from armoryengine.ALL import *
ImportError: No module named armoryengine.ALL

What am I doing wrong?

Thanks!
Jump to: