From: Zbigniew <ze...@in...> - 2004-05-17 16:02:11
|
> almost anything. This includes dealing with sound. In fact, I think the > creator of Python, Guido van Rossum, himself contributed to the sound > capabilities. I haven't used this machinery myself, though. > In the Python documentation, see section 14 (multimedia) of the "Library > Reference" document. yes. there is somekind of support for OSS but this is system specific feature :( I will look if something external exists. when I am on subject of system specials: label object can have font specified. Names like Arial or Helvetica are system specific. Support for names known from CSS -- monospace, serif, sans-serif would be interesting feature. Windows question: how to get rid of that black useless window behind visual display (also Tkinter). I know py2exe can generate non dos exe, but how to achieve that on script level? regards Zbigniew Trzcionkowski <ze...@in...> |