zetaops / zengine

BPMN workflow based framework with Tornado, Rabbit AMQP, advanced permissions, extensible scaffolding features and more
GNU General Public License v3.0
83 stars 22 forks source link

Running zengine on Python 3.5+ #92

Open PetrMixayloff opened 3 years ago

PetrMixayloff commented 3 years ago

I'm trying to run this project on python 3.5 and get error on pika=0.10.0 module on class LibevConnection(BaseConnection): ... self.async = None

It looks like that python 3.4 have not async/await syntax, but 3.5+ got it. So, is it impossible to run this project on python 3.5+ versions? I tried to update pika for last version, and there is not class TornadoConnection, that is imported in ws_to_queue.py