[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pygame] InteractiveConsole



Anyone know how to get a console to work with PyGame.
I want an embedded interpreter/console that I can use to add commands to my
editor - much faster to add a load() and save() functions into an
interpreter, than write a nice GUI etc. But I want to use a simple stupid
shell ie dos box.
I searched the archives, and didn't see anything - has anyone managed a
simple hack? Before I reinvent the wheel :)

Thanks