brian-team / brian2genn

Brian 2 frontend to the GeNN simulator
http://brian2genn.readthedocs.io/
GNU General Public License v2.0
47 stars 16 forks source link

Python 3 compatibility #91

Closed tnowotny closed 4 years ago

tnowotny commented 5 years ago

I think brian2genn is generally not Python 3 compatible. I believe we might need to fix that when we get the chance.

mstimberg commented 5 years ago

It would indeed be nice to make the code in the repository Python-3 compatible so that you can easily use Python 3 for developing (we only recently did this for Brian). Just to make clear that Brian2GeNN can be used with Python 3 just fine, you only have to install it via pip (or directly using setup.py) – it will run the 2to3 tool during installation to convert the code.

tnowotny commented 4 years ago

this has been resolved by #100.