hi.
is it possible to use tkinter within csound?
i use the current csound version, python 2.52 and winXP.
following code:
----
pyinit
pyruni {{
from Tkinter import *
gusi = Tk()
}}
----
produces the following message:
----
INIT ERROR in instr 0: pyruni: python exception
pyruni "
from Tkinter import *
gusi = Tk()
"
header init errors
-----
the csound example file ievent.orc form /Csound/examples/py/ievent.orc
produces the same error message.
can anyone tell me, what it takes to make this work?


