Unrue
16-06-2008, 21:42
Ciao ragazzi,
sto compilando un programma che usa anche Python. Il problema è che il configure file mi dà il seguente errore:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Python-2.5.2-build//lib/python2.5/lib-tk/Tkinter.py", line 38, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter
configure: error: Unable to continue: Python module Tkinter is required
See `config.log' for more details.
Ora, io ho installato sia tcl che tk. C'è tanta roba che riguarda Tkinter, ma _tkinter non c'è. Infatti lui non lo trova..Ma se non è in questi due pacchetti che ho installato dove lo vado a pescare ?:confused:
sto compilando un programma che usa anche Python. Il problema è che il configure file mi dà il seguente errore:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Python-2.5.2-build//lib/python2.5/lib-tk/Tkinter.py", line 38, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter
configure: error: Unable to continue: Python module Tkinter is required
See `config.log' for more details.
Ora, io ho installato sia tcl che tk. C'è tanta roba che riguarda Tkinter, ma _tkinter non c'è. Infatti lui non lo trova..Ma se non è in questi due pacchetti che ho installato dove lo vado a pescare ?:confused: