wraith-wireless / PyRIC

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

python3 compatibility #22

Closed pgawlowicz closed 8 years ago

pgawlowicz commented 8 years ago

Hi,

I have ported your code to be compatible with python2.7 and python3 and also fixed some tests. Only two tests do not pass now. They try to access 'freqs' list from phyinfo, what is missing in this object. I think this test-case may be removed.

Best, Piotr

wraith-wireless commented 8 years ago

Hey man, I tried merging but your fork was earlier then some of my updates and was incompatible. I have begun the port to python 3 and the latest codes works however there are still import errors on python 3 that I am working on rectifying.