-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library and example2.py is not compatible with Python 3 #34
Comments
Oh yes, the never ending ASCII vs. bytes vs. unicode issue. Thanks for reporting this. |
Hi @mjuenema, Could you please let me know, whether this issue is fixed in latest version? Thanks much. |
Hi @GiriMahesh, I haven't done any work on python-TSIP for a very long time so there's no change. This is certainly not good but at the moment I simply don't have the time to work on this project. |
This is not a finished solution but for those just trying to get the library working under python3 these changes will get the code running.
|
@user-8472 Thanks for the code. As you can see I haven't worked on this project for years. I can even remember where I put my Trimble GPS receivers in the house. Would you be able to submit a Pull Request for this? |
On a machine where Python 3 is now default and Python 2 is not installed (Debian and Ubuntu, for example),
example2.py
fails to run.So far:
example2.py
, rather than print()apparently from
config.py
which declares those variables as strings.Python 3.5.3
The text was updated successfully, but these errors were encountered: