makestuff / libfpgalink

LIB:Library for interacting with an FPGA over USB
https://github.com/makestuff/libfpgalink/wiki/FPGALink
GNU Lesser General Public License v3.0
82 stars 25 forks source link

Python binding fails on Python 3.x #21

Closed makestuff closed 12 years ago

makestuff commented 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.

makestuff commented 12 years ago

https://github.com/makestuff/libfpgalink/commit/9877e254e7fc09370da8252f246c5e998590869f