Can anyone tell me why Python 3 on my Raspberry pi is refusing to import turtle and other functions? It just keeps coming up with errors, either cannot connect to a subprocessor or saying words such as 'forward' is not defined.
Many thanks.
Can anyone tell me why Python 3 on my Raspberry pi is refusing to import turtle and other functions? It just keeps coming up with errors, either cannot connect to a subprocessor or saying words such as 'forward' is not defined.
Many thanks.
Some other useful links:
https://docs.python.org/3/howto/pyporting.html
Supporting Python 2 and 3 without 2to3 conversion — Supporting Python 3 - The Book Site
(I am not used to follow software tutorials on video but this is almost well done)
Enrico
Some other useful links:
https://docs.python.org/3/howto/pyporting.html
Supporting Python 2 and 3 without 2to3 conversion — Supporting Python 3 - The Book Site
(I am not used to follow software tutorials on video but this is almost well done)
Enrico