I keep getting a "RuntimeError: maximum recursion depth exceeded" error. It happens every time I start abe up, and every time I access a page the error shows up in the console. I start abe with the following command:
python -m Abe.abe --config abe-my.conf
and the (censored) contents of abe-my.conf are as follows:
dbtype MySQLdb
connect-args {"user":"*****","db":"*****","passwd":"*****"}
upgrade
host *****
port 2750
datadir = /****/****/.bitcoin
What more info do you need, if any? Is there something in python I have to change?