> > > No. I want to *author* a program within Leo, including data entry > forms, and then press a button (type Ctrl+S), and have it generate the > executable I authored in Leo. Then other people just run the program > from the command line. > > If you just want a simple to use data entry form that you can bulid from leo outlines then you could try the following.
guiData http://packages.python.org/guidata/examples.html#basic-example My favorite for more complicated forms as it is very versatile and has many widgets that you can put into you form. grun http://www.manatlan.com/page/grun I use it for small forms as you can get multiple inputs using a handful of lines of code. Increadibly easy to use. > [clip] > > Edward, I am sooooooo tired of all the hassle I need to go through to > build an app with a GUI user interface. Qt, Gtk, PythonTk, Java+Swing, > Rails, even Lazarus -- they're all such a clunky procedure for > something that *could* be so simple. An input screen is just a set of > specifications, but most of these tools make it into an event-driven > bowl of spaghetti. > > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/HyblLGt79skJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
