Activities/Turtle Art/Patching: Difference between revisions
Tonyforster (talk | contribs) →Background: pygtk |
Tonyforster (talk | contribs) |
||
| Line 11: | Line 11: | ||
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 | Within the archive you find the files to be edited, Python source files talogo.py and tasetup.py and the images directory images/en/numbers . Python source files can be edited with [http://www.python.org/ Python]. | ||
To run TurtleArtActivity.py you will also need | To run TurtleArtActivity.py you will also need [http://www.pygtk.org/ PyGTK] This requires GTK+ 2.10 developer (and?) runtime from [http://sourceforge.net/project/showfiles.php?group_id=98754 Sourceforge] [http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.4/ PyCairo] [http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.14/ PyGObject] and PyGTK | ||
Please give me feedback. | Please give me feedback. | ||