Advertisement
Rallias

Untitled

Oct 30th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. root@storage:/storage/abe-bitcoin# python -m Abe.abe --config abe.conf
  2. Traceback (most recent call last):
  3. File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  4. "__main__", fname, loader, pkg_name)
  5. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  6. exec code in run_globals
  7. File "/storage/abe-bitcoin/Abe/abe.py", line 2248, in <module>
  8. sys.exit(main(sys.argv[1:]))
  9. File "/storage/abe-bitcoin/Abe/abe.py", line 2242, in main
  10. store = make_store(args)
  11. File "/storage/abe-bitcoin/Abe/abe.py", line 155, in make_store
  12. store = DataStore.new(args)
  13. File "Abe/DataStore.py", line 3412, in new
  14. return DataStore(args)
  15. File "Abe/DataStore.py", line 155, in __init__
  16. store.init_conn()
  17. File "Abe/DataStore.py", line 213, in init_conn
  18. store.conn = store.connect()
  19. File "Abe/DataStore.py", line 224, in connect
  20. conn = store._connect(cargs)
  21. File "Abe/DataStore.py", line 256, in _connect
  22. return store.module.connect(**cargs)
  23. File "/usr/lib/python2.7/dist-packages/MySQLdb/__init__.py", line 81, in Connect
  24. return Connection(*args, **kwargs)
  25. File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 187, in __init__
  26. super(Connection, self).__init__(*args, **kwargs2)
  27. TypeError: keywords must be strings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement