[Google Wave APIs] Re: "import json" error with python-written robot

2009-11-07 Thread Niall
ov 7, 2:15 pm, Niall wrote: > Thanks for your reply, Lee. I've been working on and off over the last > couple of days and I think I'm stuck. > > The code I'm using can be found here > --http://code.google.com/p/googlewaverobots/source/browse/trunk/robotte.

[Google Wave APIs] Re: "import json" error with python-written robot

2009-11-07 Thread Niall
can do this via jQuery) and the result is sent back to the > application, which does what it needs off of the information. > > On 4 Nov, 17:14, Niall wrote: > > > > > Thanks for your reply, Lee. > > I don't think the code for aunt-rosie is available (aunt- > &g

[Google Wave APIs] Re: "import json" error with python-written robot

2009-11-04 Thread Niall
> about the syntax of Java). > > If you can provide the link to download for the aunt-rosie robot, I > can help you locate and port the code to python. (Although it may be > in the API document, make sure that you check there first). > > On 4 Nov, 08:42, Niall wrote: >

[Google Wave APIs] Re: "import json" error with python-written robot

2009-11-04 Thread Niall
not sure how it was done. I've seen it on a few robots (aunt-rosie, for example, but that's written in Java) so I figure it might be possible with python. I searched, as i said. But couldn't see much that looked useful. Cheers. On Nov 3, 9:57 pm, Lee wrote: > On Nov 3, 2:19 pm,

[Google Wave APIs] Re: "import json" error with python-written robot

2009-11-03 Thread Niall
OK. I figured it out. I did a version check on python on wave and got: 2.5.2 (r252:60911, Apr 7 2009, 17:42:26) [GCC 4.1.0] And if I remember right json came in with 2.6. On Nov 3, 8:19 pm, Niall wrote: > Hi, > > I am currently writing a google wave robot for kicks, and

[Google Wave APIs] "import json" error with python-written robot

2009-11-03 Thread Niall
Hi, I am currently writing a google wave robot for kicks, and I get the following error: : No module named json Traceback (most recent call last): File "/base/data/home/apps/myWaveRobot/1.337487432489076904/ myWaveRobot.py", line 14, in import myWaveRobotModule File "/base/data/home/ap

[Google Wave APIs] Re: Testing Robots

2009-11-02 Thread Niall
It's not ideal, but if you go to https://appengine.google.com/ and click on logs on the left hand side under the main heading you'll see errors etc. Make sure you have put the waveapi directory in your robot's directory. It, I believe, must be there for every bot. Niall On Oct 3