Help with setting up Tkinter

Chris Rebert clp2 at rebertia.com
Wed Apr 8 04:29:08 EDT 2009


On Wed, Apr 8, 2009 at 1:15 AM, Eclipse <pnsmyth at gmail.com> wrote:

>>>> import _tkinter
>>>> import Tkinter
>>>> Tkinter._test
> <function _test at 0x0265D430>

That last input line should be:
Tkinter._test()

Note the parens, which do matter (Python != Ruby/Smalltalk). Try again
and see if you get an actual error.

Cheers,
Chris

-- 
I have a blog:
http://blog.rebertia.com



More information about the Python-list mailing list