|
|
|
|
|
by meric
5731 days ago
|
|
Connecting to mongrel2.org:80
Traceback (most recent call last):
File "client.py", line 36, in <module>
post_msg("connect")
File "client.py", line 28, in post_msg
msg = '@bbs %s\x00' % (json.dumps({'type': 'msg',
'msg': data}))
AttributeError: 'module' object has no attribute 'dumps'
I think it's to do with my python 2.5. |
|