nobrin / macaron

A simple O/R mapper for SQLite
http://nobrin.github.com/macaron/
MIT License
31 stars 8 forks source link

problem on installing macaron with python3 with macaron-master loaded today #21

Closed FrViPofm closed 11 years ago

FrViPofm commented 11 years ago

$ sudo python3 setup.py install [sudo] password for vincent: Traceback (most recent call last): File "setup.py", line 11, in import macaron File "/home/vincent/Téléchargements/Python/bottle/macaron-master/macaron.py", line 114 for k, fld in filter(lambda (k, v): isinstance(v, Field), cdic.items()): ^ SyntaxError: invalid syntax

Sorry, I'm unable to solve this.

nobrin commented 11 years ago

Hi. Unfortunatery, macaron does not support Python 3.x. And sorry, but I have no plan for supporting Python 3 at the moment...