Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official
by
JahPowerBit
on 12/02/2014, 14:54:59 UTC

Im not getting this running!

I have counterpartyd and counterpartyws cloned and counterpartyd installed, I try running the GUI but it says:

Code:
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
Code:
counterpartyws --counterpartyd-dir=/path/to/counterpartyd --counterpartygui-dir=/path/to/counterpartygui


P.S: cherrypy is missing: pip install cheerypy