Im not getting this running!
I have counterpartyd and counterpartyws cloned and counterpartyd installed, I try running the GUI but it says:
Traceback (most recent call last):
File "counterpartyws.py", line 5, in
import cherrypy
ImportError: No module named cherrypy
Do not clone counterpartyd but :
1) install countepartyd as explained here:
http://counterpartyd-build.readthedocs.org/en/latest/ 2) launch counterpartyd
3) clone countepartygui and type "bower install" to install the dependencies (see
http://bower.io/)
4) clone counterpartyws and type
counterpartyws --counterpartyd-dir=/path/to/counterpartyd --counterpartygui-dir=/path/to/counterpartygui
P.S: cherrypy is missing: pip install cheerypy