Skip to content
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

Support for Python 3.9 #60

Closed
lubiluk opened this issue Dec 28, 2020 · 3 comments
Closed

Support for Python 3.9 #60

lubiluk opened this issue Dec 28, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@lubiluk
Copy link
Contributor

lubiluk commented Dec 28, 2020

I've already checked that the simulator works just fine on Python 3.9.
Unfortunately, mesh installer doesn't support it yet. Looks like it would be a minor change but it involves some bits that I believe are distributed in an opaque .pyc version.

@mbusy mbusy added the enhancement New feature or request label Dec 28, 2020
@mbusy mbusy added this to the 1.4.3 milestone Dec 28, 2020
@mbusy
Copy link
Member

mbusy commented Dec 28, 2020

Yup, that is a good idea. For license purposes, the installer has to be delivered as pycs (1 for each Python version), I'll generate it for Python 3.9 when I have the time

@mbusy mbusy self-assigned this Dec 28, 2020
@lubiluk
Copy link
Contributor Author

lubiluk commented Jan 8, 2021

Sorry, I realised I may have done one change to make this work under Python 3.9.
robot_module.py:58
isAlive -> is_alive

@mbusy
Copy link
Member

mbusy commented Feb 1, 2021

Fixed with the following commit

@mbusy mbusy closed this as completed Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants