SV: Where's GUI for Python?

2008-03-02 Thread K Viltersten
You should also take a look at wxGlade: http://wxglade.sourceforge.net/ which sits on top of wxPython: http://wxpython.org/ which wraps wxWidgets: http://www.wxwindows.org/ I have used wxGlade, and while it worked well enough, it didn't seem to fit my brain. I

Re: SV: Where's GUI for Python?

2008-03-02 Thread Tim Roberts
K Viltersten [EMAIL PROTECTED] wrote: As long as we're on the subject, i also wonder if there's a general concensus on which technology is recommended in the different types of projects that are developed. (E.g. use A for small/fast fixes, use B for stuff you'll need to maintain later on.)

SV: Where's GUI for Python?

2008-03-01 Thread K Viltersten
import tkininter When that fails, try without the stutter G import tkinter I must be doing something wrong because neither tkinter nor tkininter works. I tried both with and without stuttering. I even asked my wife to stutter some but, sadly, to no avail. When Tim Chase mentioned

SV: Where's GUI for Python?

2008-03-01 Thread K Viltersten
When that fails, try without the stutter G import tkinter I must be doing something wrong because neither tkinter nor tkininter works. I tried both with and without stuttering. I even asked my wife to stutter some but, sadly, to no avail. When Tim Chase mentioned battery-installed,

Re: SV: Where's GUI for Python?

2008-03-01 Thread Ricardo Aráoz
K Viltersten wrote: import tkininter When that fails, try without the stutter G import tkinter I must be doing something wrong because neither tkinter nor tkininter works. I tried both with and without stuttering. I even asked my wife to stutter some but, sadly, to no avail.

Re: SV: Where's GUI for Python?

2008-03-01 Thread Grant Edwards
On 2008-03-02, K Viltersten [EMAIL PROTECTED] wrote: import tkininter When that fails, try without the stutter G import tkinter I must be doing something wrong because neither tkinter nor tkininter works. You probably don't have tkinter installed. It's not installed by default on