b45ch1 / algopy

AlgoPy is a Research Prototype for Algorithmic Differentation in Python
79 stars 14 forks source link

Python 3 compatibility #33

Closed cdeil closed 11 years ago

cdeil commented 11 years ago

Could you please make algopy Python 3 compatible?

$ python3.2 setup.py install --user
  File "setup.py", line 86
    print git_revision
                     ^
SyntaxError: invalid syntax
b45ch1 commented 11 years ago

Hello Christoph,

could you verify that the branch 2to3 (https://github.com/b45ch1/algopy/tree/2to3) works on Python 2 and Python 3?

cheers, Sebastian

cdeil commented 11 years ago

Works with Python 3.2 and 3.3 on Mac for me. Thanks!

cdeil commented 11 years ago

Also works with Python 3.3 on Ubuntu.

b45ch1 commented 11 years ago

Thanks for testing!