Bitcoin Forum
January 09, 2026, 04:27:13 PM *
News: Due to a wallet-migration bug, you should not upgrade Bitcoin Core. But if you already did, there's no need to downgrade.
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Getting error on running "python armoryd.py"  (Read 188 times)
manjunath2334 (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 18, 2018, 09:30:08 AM
 #1

IOError: [Errno 2] No such file or directory: '.git/aa72293f82c3ef3f1d29f93c83ad70099f4'
/home/techjini
(ERROR) ArmoryUtils.py:3747 - Unsupported language  specified. Defaulting to English (en)
(ERROR) Traceback (most recent call last):
  File "armoryd.py", line 3629, in <module>
    rpc_server = Armory_Daemon()
  File "armoryd.py", line 3129, in __init__
    if Cpp.BlockDataManagerConfig_testConnection(\
AttributeError: 'module' object has no attribute 'BlockDataManagerConfig_testConnection'

Traceback (most recent call last):
  File "armoryd.py", line 3629, in <module>
    rpc_server = Armory_Daemon()
  File "armoryd.py", line 3129, in __init__
    if Cpp.BlockDataManagerConfig_testConnection(\
AttributeError: 'module' object has no attribute 'BlockDataManagerConfig_testConnection'
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2511



View Profile WWW
December 20, 2018, 07:59:13 AM
Merited by bones261 (1)
 #2

What version of armory are you running ? The latest is 0.96.4 and can be downloaded from https://btcarmory.com/ (only).

Also, did you make sure to run it with python2 instead of python3 ?Because it is written using python 2.

You can check this by typing the following into a terminal:
Code:
python --version

If it returns 2.X.X, you are fine. If it returns 3.X.X, you need to explicitly call it by using:
Code:
python2 armoryd.py

You can check whether python2 is correctly installed by typing:
Code:
python2 --version

This should return 2.x.x

manjunath2334 (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 21, 2018, 12:32:40 AM
 #3

we are using the version Python 2.7.12
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!