Hi
Sorry for my poor english (French people)

I'm working under mac os 10.6.7
Python 3.1.3 Tk version 8.4 Idle version 3.1.3

when i try
from tkinter import *
fenetre=Tk()
n=Notebook(fenetre)

i obtain
tkinter.TclError: can't find package tile

On mailing list I have seen that I have TCl/TK 8.5
I install this version in "/Library/Frameworks/*Tcl*.framework/Versions/8.5"

I read
http://old.nabble.com/How-can-I-tell-Tkinter-where-to-look-for-Tcl-Tk--td28329846.html

but i don't understand what i have to do

Can you help me 5 (I'm beginning with Python)

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

Reply via email to