embedding python to add scripting to application question

Alex Prooper alexp at xs4all.nl
Wed Aug 21 08:35:41 EDT 2002


I am develloping a softhsynth & sequencer, and would like to
add a scripting language to controll notes, controllers etc. in
the sequencer. As far as I can see Python is very well suited to
do this, and the first experiments are prommising. I can
call the interpreter from the application, the application from
a Pyton script, it all works nice.

But:

I would like to implement the scripting like it is done in 
3D studio Max, or Corel photo paint, so with a nice (more or less)
editing window, error messages from the script in a window, a
rudimentary debugger etc.

What is the best way to do all this? Can I in some way use IDLE to help me?
If so, how?





Alex Prooper



More information about the Python-list mailing list