I am getting a number of syntax errors and then errors related to dependencies (i.e. kociemba module found when running BricKuber.py)
I suspect that the Brickuber project was written in Python 2.x and not updated to Python 3.x
Thanks for any help.
I am getting a number of syntax errors and then errors related to dependencies (i.e. kociemba module found when running BricKuber.py)
I suspect that the Brickuber project was written in Python 2.x and not updated to Python 3.x
Thanks for any help.
Hi @jiml,
I think the Brickuber project was written with Python 2.x in mind - for instance, notice the __future__
imports in the main file here:
Anyway, do you think you could solve the syntax errors on your own or at least change to Python 2 for the time being? Having said that, I still think we should move on to Python 3.
Thank you!
Robert,
Thanks for the prompt reply.
I will continue to work on the syntax issues. I am loathe to drop back to Python 2.x.
Jim