bitcoind -rpcport=8332 getinfo
gave me the following output,
{
"version" : 80600,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 0.01100000,
"blocks" : 278479,
"timeoffset" : -10,
"connections" : 8,
"proxy" : "",
"difficulty" : 1418481395.26263547,
"testnet" : false,
"keypoololdest" : 1388704801,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}
so once I updated the port to 8332 in ~/.config/counterpartyd/counterpartyd.conf I was able to connect with biotcoind.
When I run
counterpartyd --log-file=- -v
I get the following continuous stream of output on the terminal,
2014-01-03-T01:20:57-0800 "POST HTTP/1.1" 200 38
2014-01-03-T01:20:58-0800 Starting new HTTP connection (1): localhost
2014-01-03-T01:20:58-0800 "POST HTTP/1.1" 200 38
2014-01-03-T01:20:59-0800 Starting new HTTP connection (1): localhost
2014-01-03-T01:20:59-0800 "POST HTTP/1.1" 200 38
2014-01-03-T01:21:00-0800 Starting new HTTP connection (1): localhost
2014-01-03-T01:21:00-0800 "POST HTTP/1.1" 200 38
2014-01-03-T01:21:01-0800 Starting new HTTP connection (1): localhost
2014-01-03-T01:21:01-0800 "POST HTTP/1.1" 200 38
.
.
.
Next, In a new terminal, I tried to run the following command,
counterpartyd --rpc-password=rpcpw1234 burn --from=1CrmTo7Rtk6keeBHbN93B3tAMCm31sG5Tc --quantity=0.01
to try to burn 0.01 btc, its asking for a confirmation, when I hit 'y', it crashes with the following message,
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named mechanize
1
I see that the 0.01 btc is still in my address 1CrmTo7Rtk6keeBHbN93B3tAMCm31sG5Tc and hasnt been deducted.
any insight into why this crash might be happening?
Thx for your help. I really appreciate it

Remove the project directory and re-install. The newest version should both fix the
bug and be more specific about the nature of any other problems you're still having then.