Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Python: GUI Builder

Reply
Thread Tools

Python: GUI Builder

 
 
Anand K Rayudu
Guest
Posts: n/a
 
      02-26-2004
Hi All,

I am new to python & want to build some GUI dialogs.
Can some one please suggest some document reference.

I am hoping that standard python install will have some GUI development
modules & GUI builder in built.
I have python 2.3.3.

Can some one please suggest

Thanks in advance.


Anand





 
Reply With Quote
 
 
 
 
nobody
Guest
Posts: n/a
 
      02-26-2004
You could try BOA Constructor, it is Delphi like. It needs wxPython
(wxWindows python binding) installed first. The Google will spit the correct
URLs.


"Anand K Rayudu" <> wrote in message
news:mailman.144.1077773598.8594.python-...
> Hi All,
>
> I am new to python & want to build some GUI dialogs.
> Can some one please suggest some document reference.
>
> I am hoping that standard python install will have some GUI development
> modules & GUI builder in built.
> I have python 2.3.3.
>
> Can some one please suggest
>
> Thanks in advance.
>
>
> Anand
>
>
>
>
>



 
Reply With Quote
 
 
 
 
Myles
Guest
Posts: n/a
 
      02-26-2004
Hello Anand,

> I am new to python & want to build some GUI dialogs.
> Can some one please suggest some document reference.


On Windows you can use standard resource DLLs, but you
have to have some experience with Windows programming,
have another tool for building the resource DLL, and be
happy with working on the one platform only.

WxPython has Boa, but you have to be willing to deal with
the multiple message IDs of that style of programming.
http://boa-constructor.sourceforge.net/

Another possibility is wxGlade.
http://wxglade.sourceforge.net/

I am biased towards PythonCard, the only one I've used
seriously.
PythonCard, a layer on top of wxPython, has a nice simple
GUI builder (the Resource Editor), is very easy to use,
and produces cross-platform code.
http://pythoncard.sourceforge.net/
Be sure to read the tutorials in the documentation section.

If you have Visual Basic, you can use its GUI builder and
translate it into PythonCard using vb2py.
http://vb2py.sourceforge.net/

SpecPython, (now incorporated into SpecTix), lets you use
the SpecTcl GUI builder and translate it into Python for
use with Tkinter.
http://www.geocities.com/eric_brunel/SpecPython.en.html
http://starship.python.net/crew/mike...x/Spectix.html

PAGE is a GUI builder also using the Tix widgets:
http://page.sourceforge.net/

PythonWorks Pro (commercial) comes with a GUI builder for
Tkinter.
http://www.pythonware.com/products/w...i_toolkits.htm

Komodo Pro (commercial) comes with a GUI builder (Tkinter, I think)
http://aspn.activestate.com/ASPN/doc...uibuilder.html

Tkinter coding (without a GUI builder) can be simplified by such tools
as tVector. http://www.freenet.org.nz/python/tVector/

Some of the Qt toolkits have GUI builders (commercial), but
there is a potential licensing issue for Windows programs.
http://www.thekompany.com/products/blackadder/
http://www.trolltech.com/products/qt/designer.html

> I am hoping that standard python install will have some GUI development
> modules & GUI builder in built.


No. Python is fairly GUI-agnostic - although Tkinter is included with
the standard installer on some platforms, a GUI builder is not.
However, as evinced by the list above, it plays nicely with a number
GUI toolkits and GUI builders.

Regards, Myles.
 
Reply With Quote
 
Stephen Ferg
Guest
Posts: n/a
 
      02-27-2004
Look at:
http://www.ferg.org/easygui
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Pythonic cross-platform GUI desingers à la Interface Builder (Re: what gui designer is everyone using) Dietmar Schwertberger Python 5 06-25-2012 10:15 PM
Re: Pythonic cross-platform GUI desingers à la Interface Builder (Re: what gui designer is everyone using) Dietmar Schwertberger Python 5 06-15-2012 11:35 PM
Re: Pythonic cross-platform GUI desingers à la Interface Builder (Re: what gui designer is everyone using) Chris Angelico Python 1 06-14-2012 06:43 PM
Where's a DOM builder that uses the Builder Pattern to ... buildDOMs? Phlip Python 5 01-13-2010 12:48 PM
Announcement: Swing GUI builder - "Foam" Graham Perks Java 3 01-09-2004 09:00 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57