-
Notifications
You must be signed in to change notification settings - Fork 48
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
Py3k support #45
Comments
Rodolfo, thanks for your interest! The primary goal of Pingo is to support the Python version available in mini-PCs. Some of them, like the Raspberry Pi, come with Python 2 and Python 3 installed, but some others, like the Arduino Yun or the Intel Galileo, come only with Python 2, so we decided to support Python 2 first. We'd like to make the code compatible with Python 3 as well, but without losing Python 2 compatibility. So that is more work. If you'd like to contribute, please send patches. Meanwhile, thanks for your interest in Pingo! |
@rodolfo3, try using virtualenv:
|
After some time, I will try to port pingo to Python 3. @rodolfo3 |
Pingo is not compatible with Python3:
The text was updated successfully, but these errors were encountered: