Stiivi / bubbles

[NOT MAINTAINED] Bubbles – Python ETL framework
http://bubbles.databrewery.org
Other
452 stars 79 forks source link

import bubbles fails #15

Closed chancyk closed 10 years ago

chancyk commented 10 years ago

Python 2.7 - 64bit - Windows

In [1]: import bubbles File "C:\Anaconda\lib\site-packages\bubbles\core.py", line 222 def operation(*signature, name=None): ^ SyntaxError: invalid syntax

Stiivi commented 10 years ago

From the README: Requires at least Python 3.3.

Bubbles is not going to be back-ported to python 2.7, because it is already using some Python 3+ features and will be using more of them.

chancyk commented 10 years ago

Aha, silly me. Thanks for pointing that out. I'll give it another go.