Hi
I have made the decision to move to Python 3.7.3 for my BerryIMU-GPS. Many of the libraries and sample python code appear not to be supported by the requirements of 3.7. Examples include:
- Differences in indent (spaces and tabs)
- No parenthesis around print statements
- Not liking the find(‘GGA’) statement
I am not sure if I am missing anything with Python being so pedantic now?
I am also getting an unresolved hang on the “readline” statement. GPSMON and IMU work fine so the board is fine.
Feedback welcome?
Regards
Andrew