jorticus / pymate

Outback MATE python interface
https://jared.geek.nz/pymate
GNU General Public License v2.0
28 stars 9 forks source link

What ver of python are used #1

Open kjartani opened 8 years ago

kjartani commented 8 years ago

Trying to run I get errors dealing with changes in syntax for python 3.5.

Will you update py code to work with ver 3.5?

Regards

Kjartan

jorticus commented 8 years ago

It was developed for Python 2.7.x. I'd recommend using that if you can, or you can try running it through 2to3.py (Comes with python, under C:\PythonXX\Tools\Scripts I think). Might try porting to Python 3.5 in the future but it might be a while before I can get around to doing that. Thanks!

Reddgum commented 4 years ago

Due to increased levels of boredom and the fact I have access to an Outback power setup at a local school, I'm going to delve into this project. I want to log a few year's worth of stats and their controllers don't support that - only 128 days on the FLEXmax 80. I' running Python 3.5, so will do what I can to adjust the code and get it running for the newer release of Python. Good to see this project! Well done, Jorticus!