The documentation (at http://code.google.com/apis/wave/extensions/robots/python-tutorial.html) says:
"Before you get started, make sure you have Python 2.5 or higher installed on your system" but all the sources in http://wave-robot-python-client.googlecode.com/svn/trunk/src/waveapi have python 2.4 (at a specific location, no less) hardwired in their headers: % head -n 1 *.py ==> __init__.py <== #!/usr/bin/python2.4 ==> document.py <== #!/usr/bin/python2.4 ==> document_test.py <== #!/usr/bin/python2.4 ==> errors.py <== #!/usr/bin/python2.4 ==> events.py <== #!/usr/bin/python2.4 ==> model.py <== #!/usr/bin/python2.4 ==> model_test.py <== #!/usr/bin/python2.4 ==> module_test_runner.py <== #!/usr/bin/python2.4 ==> ops.py <== #!/usr/bin/python2.4 ==> ops_test.py <== #!/usr/bin/python2.4 ==> robot.py <== #!/usr/bin/python2.4 ==> robot_abstract.py <== #!/usr/bin/python2.4 ==> robot_abstract_test.py <== #!/usr/bin/python2.4 ==> run_unit_tests.py <== #!/usr/bin/python2.4 ==> util.py <== #!/usr/bin/python2.4 ==> util_test.py <== #!/usr/bin/python2.4 It's been some time now, since I had 2.4 installed, and I'm not getting backwards compatible just to use this API, which may not be that great a loss, but the headers indicate that there are some specific dependencies on the 2.4 release. It is so? -- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to google-wave-...@googlegroups.com. To unsubscribe from this group, send email to google-wave-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=.