Re: AttributeError python exception when using Models

2015-12-07 Thread Юрий Пухальский
Thank you, Adam! For some reason I missed that part, thought that the created session will automatically be used, silly me:) But indeed, the error handling might have been better. Adam Holmberg writes: > This is a good question for the Python driver mailing list. (changing > recipients on this

Re: AttributeError python exception when using Models

2015-12-07 Thread Adam Holmberg
This is a good question for the Python driver mailing list . (changing recipients on this message) To answer your question: this is happening because there is no connection setup for the cqlengine mapper. When using c