On Wed, Apr 8, 2009 at 1:15 AM, Eclipse <pnsm...@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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to