faucamp / python-gsmmodem

Python module to control a GSM modem attached to the system: send/receive SMS messages, handle calls, etc
GNU Lesser General Public License v3.0
385 stars 303 forks source link

Python3 issues #74

Open tdolby opened 8 years ago

tdolby commented 8 years ago

It looks like python-gsmmodem doesn't work with python 3.4 (as reported by others also), and I wouldn't mind patching the code to make it work if this project is still accepting pull requests? I've manage to make everything work with 3.4 in my python-iridium-modem project, but the changes would be better if merged into the main project!

babca commented 7 years ago

@tdolby All 2014-2016 changes are merged into a new fork. Please check it out, test it and do a pull request there if you find any bugs. Thank you!