Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Python GUI design

  1. #1
    Join Date
    Dec 2004
    Location
    EU - Belgium
    Beans
    1,625

    Python GUI design

    Hello all

    Does anyone know a good place to start learning GUI design with Python? Or any good IDE's (I checked out Gazpatcho, but it is not very straight forward)?

    I'm looking to pick this up fast to make cross-platform (Linux/Windows) apps instead of using VB for Windows only. I already know perl, but I've mostly done webapps in the past...

    Thanks
    Linux user #249404 - September 1997
    http://nocturn.vsbnet.be - RSS

    Before executing any commands, make sure you kow what they mean, read this first!

  2. #2
    Join Date
    Nov 2004
    Beans
    303

    Re: Python GUI design

    Use the wxPython toolkit, and use the wxGlade to design your fancy GUIs.

    Find it all at http://www.wxpython.org. You can apt-get for it, btw.

    sudo apt-cache search wxpython

  3. #3
    Join Date
    Mar 2005
    Location
    The Netherlands
    Beans
    35
    Distro
    Ubuntu Breezy 5.10

  4. #4
    Join Date
    Jan 2005
    Location
    Portland, Oregon U.S.A.
    Beans
    1,050
    Distro
    Ubuntu Mate 15.04 Vivid Vervet

    Re: Python GUI design

    There's also Python Card, though I can't say I've tried it.
    http://pythoncard.sourceforge.net/

  5. #5
    Join Date
    Oct 2004
    Location
    Cupertino, CA
    Beans
    5,092
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Python GUI design

    I personally recommend using WxPython... It's a nice toolkit that is very cross-platform and adaptable. It's well worth the time to learn!
    Quote Originally Posted by tuxradar
    Linux's audio architecture is more like the layers of the Earth's crust than the network model, with lower levels occasionally erupting on to the surface, causing confusion and distress, and upper layers moving to displace the underlying technology that was originally hidden

  6. #6
    Join Date
    Dec 2004
    Location
    NH
    Beans
    231
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Python GUI design

    Does wxPython using the GTK2 widget style yet? otherwise it's too ugly!!!!!

  7. #7
    Join Date
    Oct 2004
    Location
    Sweden
    Beans
    74

    Re: Python GUI design

    Aha!

    I started to play around in PyGTK, I'm a GNOME guy. But actually, now my plan was to get out of the boring job (which is deveolping business applications on that "other OS") and write a small system for small customers. So, I thought, maybe some of these will refuse to use a better, brown desktop OS and wants to stick with the playbox from Redmond for yet another year.

    Let's face it .. GTK didn't look too good on ******* last time I tried.. so wxWidgets started to bubble around in my brain. i downloaded, I looked att the documentation that didn't exist (that wiki isn't too good if you ask me) but still managed to get some apps going. But yeeeiiak - it really looks terrible on my Gnome 2 desk!? It looks a lot more native with the XP-stylish manifest on the other OS.

    So.. now what.. go GTK and demand everyone to run the Hedgehog or.. try to ignore the ugly GTK look of WxWidgets?
    *sigh*...
    Let's go GNUing

  8. #8
    Join Date
    Oct 2004
    Location
    Sweden
    Beans
    74

    Re: Python GUI design

    Now I start to wonder? The WxPython guys tells med it looks ugly cause I'm not using wxGTK2 package? I better call in sick and run home to check that out.
    Let's go GNUing

  9. #9
    Join Date
    Oct 2004
    Location
    Mobile, AL, USA
    Beans
    337
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Python GUI design

    Let's face it .. GTK didn't look too good on ******* last time I tried..
    One wonders when you last tried. I use Gaim and The GIMP's latest GTK2-Win32 builds and I think they blend in fairly well with the Windows environment when using the Wimp theme.
    $ whatis themeaningoflife
    themeaningoflife: not found

  10. #10
    Join Date
    Oct 2004
    Location
    Sweden
    Beans
    74

    Re: Python GUI design

    One wonders again (we are really wondering a lot in this thread )
    "Wimp" theme?

    I'm running Dia on my winmachine, and of course the Gimp and I wouldn't say they look "Xp-ish" in their style? Maybe there's something I don't know..... *errrhmm - okay, there's actually A LOT that I don't know*

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •