I am getting this error when trying to perform initial dataload for my coin, please help.
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/ubuntu/bitcoin-abe/Abe/abe.py", line 2096, in
sys.exit(main(sys.argv[1:]))
File "/home/ubuntu/bitcoin-abe/Abe/abe.py", line 2090, in main
store = make_store(args)
File "/home/ubuntu/bitcoin-abe/Abe/abe.py", line 156, in make_store
store = DataStore.new(args)
File "Abe/DataStore.py", line 3275, in new
return DataStore(args)
File "Abe/DataStore.py", line 205, in __init__
store.init_chains()
File "Abe/DataStore.py", line 481, in init_chains
int(chain_decimals))
File "Abe/Chain/__init__.py", line 21, in create
mod = __import__(__name__ + '.' + policy, fromlist=[policy])
ImportError: No module named Apollocoin