web sound recording with python

2009-10-08 Thread kernus
I need a web-based sound recording application and upload the sound data to a web server (python cgi?). the project is web voice search, so the web cgi would be a voice search server. any idea about the whole solution(web page and the python cgi)? thanks -- http://mail.python.org/mailman/listinf

overrideredirect vs. text entry etc. widget

2009-09-14 Thread kernus
I just googled this post: http://mail.python.org/pipermail/python-list/2006-September/575832.html something like: from Tkinter import * root = Tk() Entry(root).pack() Button(root, text='Quit', command=sys.exit).pack() root.overrideredirect(1) root.mainloop() the button works boths under linux(

Re: overrideredirect vs. text entry etc. widget

2009-09-15 Thread kernus
On Sep 15, 11:42 am, Sean DiZazzo wrote: > > Whats interesting is that if you call overrideredirect from a button > command, it works as expected.  Well, at least the text entry field ^so, Sean, you know how to *click this magic button in the programming way*? > behaves for me on

Re: overrideredirect vs. text entry etc. widget

2009-09-16 Thread kernus
I did, no luck. but I will keep trying..., :P I will let you know if some trick works. Sean DiZazzo wrote: > On Sep 15, 10:20 pm, kernus wrote: > > On Sep 15, 11:42 am, Sean DiZazzo wrote: > > > > > > > > > Whats interesting is that if you call overrideredi