Wheel-reinvention with Python
Ed Leafe
ed at leafe.com
Sun Jul 31 21:22:30 EDT 2005
On Sunday 31 July 2005 19:38, Paul Rubin wrote:
> I can put up a Tk gui in about 5 lines of code from a stock Python
> distro without having to install anything additional. How do I do
> that with wxPython?
import dabo
app = dabo.dApp()
dApp.start()
Sorry, I couldn't do it in 5. ;-) Oh, and that includes a full menu, too.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
More information about the Python-list
mailing list