Closed makestuff closed 12 years ago
Python 3.x is not source-compatible with 2.x. Luckily the FPGALink python binding source code can be machine-translated from 2.x to 3.x using 2to3. I need to add code to release.sh to autogenerate the 3.x bining from the 2.x code.
https://github.com/makestuff/libfpgalink/commit/9877e254e7fc09370da8252f246c5e998590869f
Python 3.x is not source-compatible with 2.x. Luckily the FPGALink python binding source code can be machine-translated from 2.x to 3.x using 2to3. I need to add code to release.sh to autogenerate the 3.x bining from the 2.x code.