2008/5/17 Guilherme Polo <[EMAIL PROTECTED]>:
> Hello,
>
> I smell a problem caused by this line at tkinter/__init__.py:
>
> tkinter = _tkinter # b/w compat for export
Georg and me decided to remove that line as a solution to this problem.
>
> This was fine when tkinter was a Tkinter module, but
Hello,
I smell a problem caused by this line at tkinter/__init__.py:
tkinter = _tkinter # b/w compat for export
This was fine when tkinter was a Tkinter module, but I believe it
would be better to rename this to something else.
Given that python has a lot of users, I'm sure you will be able to
f