Closed chancyk closed 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.
Aha, silly me. Thanks for pointing that out. I'll give it another go.
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