wraith-wireless / PyRIC

Python wireless library for Linux
http://wraith-wireless.github.io/PyRIC
Other
93 stars 51 forks source link

python 3 support #19

Closed mchwalisz closed 7 years ago

mchwalisz commented 7 years ago

I have tried to use the library with python3 and it doesn't work. I don't think there is any particular reason why it shouldn't, it just needs a bit of work to support both 2 and 3.

If you are open to collaboration I can look into bringing python3 in. I will have to look into testing in my environment too.

wraith-wireless commented 7 years ago

Yes. Like you said I think in theory it should work on python3. Most likely requiring some code reading and adjusting to fit whatever python3 expects/supports.

wraith-wireless commented 7 years ago

OK, should be functional on python3, just minor adjustements needed to be made. Still have to fix pyw.unittests.py but the examples work now on python3