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