Activities/Turtle Art/Patching: Difference between revisions
Tonyforster (talk | contribs) |
Tonyforster (talk | contribs) |
||
| Line 12: | Line 12: | ||
You can download the unofficial [http://wiki.laptop.org/images/9/9e/Turtleart-11.xo Turtleart-11.xo here]. The .xo archive can be opened by relabeling it(for example) to a .zip file. | You can download the unofficial [http://wiki.laptop.org/images/9/9e/Turtleart-11.xo Turtleart-11.xo here]. The .xo archive can be opened by relabeling it(for example) to a .zip file. | ||
Within the archive you find the Python source files talogo.py and tasetup.py and the images directory images/en/numbers . Python source files can be edited with Python a free download from http://www.python.org/ | Within the archive you find the Python source files talogo.py and tasetup.py and the images directory images/en/numbers . Python source files can be edited with Python a free download from http://www.python.org/ | ||
To run TurtleArtActivity.py you will also need PyGTK from | |||
To run TurtleArtActivity.py you will also need PyGTK from [http://www.pygtk.org/] This requires GTK+ 2.10 developer (and?) runtime from [http://sourceforge.net/project/showfiles.php?group_id=98754] PyCairo PyGObject and PyGTK | |||
Please give me feedback. | Please give me feedback. | ||