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
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(
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
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