Advertisement
Guest User

error

a guest
Dec 6th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. Source configuration:
  2. Your bot needs to connect to an IM service (in Ibid terminology, a source) like
  3. an IRC server or jabber account. Please enter the details for the primary
  4. source.
  5. Note: This setup script currently only supports IRC and jabber. You can set up
  6. other sources manually in ibid.ini.
  7.  
  8. The source name should be the IRC network name or a generic description for the
  9. source like 'jabber'.
  10.  
  11. Source name (e.g. freenode, jabber): freenode
  12. Source type (irc, jabber) [Default: irc]: irc
  13. IRC Server: chat.freenode.net
  14. Port [Default: 6667]:
  15. Channels to join (comma separated) [Default: none]:
  16. Traceback (most recent call last):
  17. File "/usr/local/bin/ibid-setup", line 5, in <module>
  18. pkg_resources.run_script('Ibid==0.2.0dev', 'ibid-setup')
  19. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
  20. self.require(requires)[0].run_script(script_name, ns)
  21. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1394, in run_script
  22. execfile(script_filename, namespace, namespace)
  23. File "/usr/local/lib/python2.7/dist-packages/Ibid-0.2.0dev-py2.7.egg/EGG-INFO/scripts/ibid-setup", line 126, in <module>
  24. db = DatabaseManager(check_schema_versions=False, sqlite_synchronous=False)
  25. File "/usr/local/lib/python2.7/dist-packages/Ibid-0.2.0dev-py2.7.egg/ibid/core.py", line 329, in __init__
  26. self.load(database)
  27. File "/usr/local/lib/python2.7/dist-packages/Ibid-0.2.0dev-py2.7.egg/ibid/core.py", line 348, in load
  28. assert_unicode=True, echo=echo
  29. File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/__init__.py", line 332, in create_engine
  30. return strategy.create(*args, **kwargs)
  31. File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/strategies.py", line 141, in create
  32. engineclass.__name__))
  33. TypeError: Invalid argument(s) 'assert_unicode' sent to create_engine(), using configuration SQLiteDialect_pysqlite/SingletonThreadPool/Engine. Please check that the keyword arguments are appropriate for this combination of components.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement