Re: Don't wish to give up on a Tkinter GUI Builder :(

2006-05-26 Thread vbgunz
> Ah, what I was referring to (somewhat in jest) was something to > automatically *write* the code needed by the application. Simply > executing it is easy enough and in fact Rapyd-Tk already does this via > the save-build-run project-menu choice. sorry I misunderstood you. -- http://mail.pytho

Re: Don't wish to give up on a Tkinter GUI Builder :(

2006-05-26 Thread Cam
Ah, what I was referring to (somewhat in jest) was something to automatically *write* the code needed by the application. Simply executing it is easy enough and in fact Rapyd-Tk already does this via the save-build-run project-menu choice. vbgunz wrote: > > As for the code to actually make the ap

Re: Don't wish to give up on a Tkinter GUI Builder :(

2006-05-23 Thread vbgunz
> As for the code to actually make the application go, well, > if there is some automatic way to make that happen it hasn't dawned on > me yet. why not execute 'python -u /pathto/module.py' I could be wrong but hope I am not :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Don't wish to give up on a Tkinter GUI Builder :(

2006-05-23 Thread vbgunz
>What are you building? I routinely do things like these by hand >www.greschke.com/unlinked/images/changeo.jpg >www.greschke.com/unlinked/images/pocus.jpg >www.greschke.com/unlinked/images/pis.jpg >www.greschke.com/unlinked/images/petm.jpg >and I can't imagine using a builder for anything 'simpl

Re: Don't wish to give up on a Tkinter GUI Builder :(

2006-05-23 Thread Cam
> > What are you building? I routinely do things like these by hand > > www.greschke.com/unlinked/images/changeo.jpg > www.greschke.com/unlinked/images/pocus.jpg > www.greschke.com/unlinked/images/pis.jpg > www.greschke.com/unlinked/images/petm.jpg > > and I can't imagine using a builder for anyth

Re: Don't wish to give up on a Tkinter GUI Builder :(

2006-05-23 Thread Bob Greschke
"vbgunz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thank you very much for the link and info. It looks promising but I am > still on the lookout for a drag-n-drop Gui builder like vltc so if > anyone has more links to new projects I am definitely interested! > > PS. I do love th

Re: Don't wish to give up on a Tkinter GUI Builder :(

2006-05-23 Thread vbgunz
Thank you very much for the link and info. It looks promising but I am still on the lookout for a drag-n-drop Gui builder like vltc so if anyone has more links to new projects I am definitely interested! PS. I do love the code generated from rapyd! -- http://mail.python.org/mailman/listinfo/pyth

Re: Don't wish to give up on a Tkinter GUI Builder :(

2006-05-23 Thread Fuzzyman
vbgunz wrote: > Hello world, > > I tried looking everywhere for a decent Tkinter GUI builder and the > closest I got to finding one before being horrified from looking at the > source was vtcl @ http://vtcl.sourceforge.net. The next closest thing > was page @ http://page.sourceforge.net/ > > Page

Don't wish to give up on a Tkinter GUI Builder :(

2006-05-23 Thread vbgunz
Hello world, I tried looking everywhere for a decent Tkinter GUI builder and the closest I got to finding one before being horrified from looking at the source was vtcl @ http://vtcl.sourceforge.net. The next closest thing was page @ http://page.sourceforge.net/ Page just didn't cut it for me and