who moved reload?

harrismh777 harrismh777 at charter.net
Thu Apr 7 01:57:43 EDT 2011


harrismh777 wrote:
> You guys want one more...?
>
> ... we can't import tkconstants any longer.... nope.
>
>
> import tkinter.tkconstants

oops... so upset I finger-checked...  long day...

This works:

import tkinter
from tkinter.constants import *


This used to work:

import Tkinter
from Tkconstants import *

...  not any more.


regards,
m harris



More information about the Python-list mailing list