platform-independent image copy/paste with Tkinter?

2010-05-15 Thread technocake
Hi. Is there a good way to copy from or paste to the clipboard on all systems running python using Tkinter? started a small road too it here: #!/usr/bin/python __author__="technocake" __date__ ="$15.mai.2010 15:53:39$" from Tkinter import * if __name__ == "__main__&qu

Re: sound effects in python

2010-05-18 Thread technocake
ou could have a look on PyAudio : http://people.csail.mit.edu/hubert/pyaudio/ I have not any experience with it, so I can only point you to it for now. Hope you find it useful technocake -- http://mail.python.org/mailman/listinfo/python-list