Help I can't get cTurtle to load. I get the following error
>>> import cTurtle
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
import cTurtle
TypeError: source code string cannot contain null bytes
I have saved the module in the following dir:
C:\Python33\Lib\site-packages
Is there something else I am missing, sorry if this is a really newb question but I'd like to play around with the module. I am using python 3.3.
Thanks
cTurtlemodule from?