Hi, I'm hidekazu.
I'm making a Tk application with python.
In the below code, the class App was inherited from Tkinter.Tk and the
__init__ method calls Tk's constructor with `super` method. In windows,
this code is valid (but, Tkinter -> tkinter).
Why does this code happen a type error in not win
8.04.
I've solved the mistake that even I don't believe.
Thank you very much!
At 14 Dec 2009 13:19:18 -0500 Terry Reedy wrote:
> On 12/14/2009 10:02 AM, Hidekazu IWAKI wrote:
> > Hi, I'm hidekazu.
> >
> > I'm making a Tk application with python.
> >
Hi;
I'd like to import "urllib2" in windows python 3.1.1, but I'm not able to
do it.
So, I researched the library directory; the result is following:
2009/06/07 19:1161,749 unittest.py
2010/01/01 22:18 urllib
2007/12/06 09:48 6,318 uu.py
2008/11/30
Hi.
Thank you for the answers.
Oh, sorry. It was one of the changes from .2.x to 3.x. I didn't know.
There are really important and a lot of changes.
Thank you!
At 01 Jan 2010 13:57:03 + Duncan Booth wrote:
> Hidekazu IWAKI wrote:
>
> > Hi;
> > I'd like to