How to move Actor by using interactive Python script (REPL)?

Wow, thanks for that code.InteractiveInterpreter !
I am surely gonna explore that!

But, actually, I have been able (since yesterday), in creating my POC application. Here is my blog post about it http://tinyurl.com/pythonthusiast-programmedme-1

It use Python eval() to evaluate a one line Python code. And for a longer script, I use execfile to read an external script. The code editor was implemented using Tkinter. Working flawlessly in Windows 7, but failed to do so in OSX. I think I am gonna search for Tkinter replacement, as from what I’ve read, it’s not so much great running with multiple thread.

Thank you so much for Panda!
It really is … entertaining my week end :smiley: