Guest User

Untitled

a guest
Aug 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "run.py", line 44, in <module>
  3. import service.prefetch
  4. File "~/pyfa/service/__init__.py", line 1, in <module>
  5. from service.market import Market
  6. File "~/pyfa/service/market.py", line 20, in <module>
  7. import eos.db
  8. File "~/pyfa/eos/db/__init__.py", line 37, in <module>
  9. gamedata_session = sessionmaker(bind=gamedata_engine, autoflush=False, expire_on_commit=False)()
  10. File "/var/lib/python-support/python2.5/sqlalchemy/orm/session.py", line 74, in __init__
  11. super(Sess, self).__init__(**local_kwargs)
  12. TypeError: __init__() got an unexpected keyword argument 'expire_on_commit'
Add Comment
Please, Sign In to add comment