12

I have stuck with my TitanDB, Django1.8 and Mogwai0.7.7 package. I have Graph database titan/cassandra on localhost dev machine, and after creating wrong queries in rexster gremlin web interface my Django Object Graph Mapper mogwai stopped to work. Titan is still working and data are present but Django stopped to work with it.

File "/Users/x/envs/graph/lib/python2.7/site-packages/rexpro/connectors/base.py", line 281, in close_transaction raise exceptions.RexProScriptException("transaction is not open") RexProScriptException: transaction is not open.

After googling i found this bitbucked fix But I dont know how to apply it. Maybe lib update with pip.... Please help.

Gal Silberman
  • 3,315
  • 3
  • 25
  • 54
Dmitry Yudin
  • 880
  • 1
  • 8
  • 26

1 Answers1

0

you might need to check django atomic transacion and recheck how package handling transaction for db connection.

auvipy
  • 597
  • 7
  • 13