adil gourinda:
> where have you seen that example?
> ________________________________
> From: Tkinter-discuss 
> <tkinter-discuss-bounces+rikudou__sennin=live....@python.org> on behalf of R 
> <r...@onionmail.info>


A valid question. It straight from the main wiki :   
https://wiki.python.org/moin/TkInter  ,
the head honcho of authoritative web sources.



"Checking your Tkinter support

A good way to systematically check whether your Tkinter support is working is 
the following.

Enter an interactive Python interpreter in a shell on an X console.

Step 1 - can _tkinter be imported?

Try the following command at the Python prompt:

>>> import _tkinter # with underscore, and lowercase 't'

    If it works, go to step 2.     [...] "

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
https://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to