stock python, macports simplejson and pygame. Couldn't find a websockets in macports, assuming already there?
I get
show_depth()-thread started
starting exchanges...
request_info()
Exception in thread Thread-2:
Traceback (most recent call last):
File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/threading.py", line 504, in run
self.__target(*self.__args, **self.__kwargs)
File "traidor.py", line 189, in __call__
x.start()
File "/Users/co1ass/data/bitcoin/bots/traidor/mtgox.py", line 100, in start
S.request_info()
File "/Users/co1ass/data/bitcoin/bots/traidor/mtgox.py", line 348, in request_info
S.info = S.request_json_authed('/api/1/generic/private/info')['return']
File "/Users/co1ass/data/bitcoin/bots/traidor/mtgox.py", line 313, in request_json_authed
rc = S.request_json(url, params);
File "/Users/co1ass/data/bitcoin/bots/traidor/mtgox.py", line 308, in request_json
return json.load(response, use_decimal=True, object_hook=convert_certain_json_objects_to_decimal)
File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/json/__init__.py", line 278, in load
**kw)
File "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/json/__init__.py", line 339, in loads
return cls(encoding=encoding, **kw).decode(s)
TypeError: __init__() got an unexpected keyword argument 'use_decimal'
Any ideas?