Call cryptic.py After Git Clone Fails
a python CLI cryptocurrency ticker
Status: Beta
Brought to you by:
ader
1) Perform git clone: git clone git://git.code.sf.net/p/cryptik/code cryptik
2) Try to run cryptic
* cd cryptik/src/com/adercon/cryptik
* python cryptik
Failure is as follows
ERR-03: Undefined Handler
ERROR:main:ERR-03: Undefined Handler. No handler available for exchange: [BITCOINAVERAGE] (handler id=[generic])
The issue here is due to the package layout structure of the project, the root "src" folder needs to be added to the JSONPATH at execution. This can be done at runtime within the code (so as to avoid any user action) and will be fixed in the next commit.
closed, fixed by appending src directory to runtime path