takemaru / graphillion

Fast, lightweight graphset operation library
Other
466 stars 40 forks source link

Python 3.x support #18

Closed jbking closed 7 years ago

jbking commented 8 years ago

Save her even on Python 3.x #13

Tests and my cases are passed.

jbking commented 8 years ago

Some cases are failed. I'm working on these..

jbking commented 8 years ago

Works again for me.

takemaru commented 8 years ago

Thank you so much. I really appreciate your great efforts for the Python 3 support.

I, unfortunately, have a problem in "setup.py test" with Python 2.7 on MacOSX. The problem occurs in dealing with test_suite of setup.py. Can I ask you about this problem since I'm unfamiliar with Python 3 issues? The attached is the error log.

setup.py_test-errlog.txt

Thank you in advance.

jbking commented 8 years ago

Thank you for a response. Sorry, it was a changes for working, should be fixed.

takemaru commented 8 years ago

Graphillion for Python3 is now maintained under the new branch py3. It will be merged into the main branch in the near future. For now, please pull the branch and use it with Python3.

takemaru commented 7 years ago

The problem cannot be reproduced now with Python 2.7 (though I don't know why), so I closed the issue.