Post
Topic
Board Armory
Using armoryd on Windows
by
kobik
on 14/02/2018, 10:40:54 UTC
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!