After using the setup.py and then went and read the README :-) It
turned out this was a good thing, there is a minor mistake in the
readme. Patch inline below:
tc@box:/tmp/tp/tinypy-read-only$ svn diff
Index: README.txt
===================================================================
--- README.txt (revision 148)
+++ README.txt (working copy)
@@ -2,10 +2,16 @@
"batteries not (yet) included"
Copyright (c) 2008 Phil Hassey
+Homepage
http://code.google.com/p/tinypy/
+MIT License -
http://www.opensource.org/licenses/mit-license.php
+
Check it out:
-$ python setup.py linux pygame
+$ python setup.py tinypy math random pygame
$ ./build/tinypy examples/julia.py
+$ ./build/tinypy examples/vines.py
+$ ./build/tinypy examples/asteroid.py
+
$ ./build/tinypy your-program-goes-here.py
Depends on:
Chris