|
|
I've got an athlon running RedHat 8.0 I've just tryed to install pyvon.
This is the answer I got when trying to run pyvon:
$ pyvon
Traceback (most recent call last):
File "/usr/local/pyvon/res.py", line 1, in ?
from Tkinter import *
ImportError: No module named Tkinter
Does anybody know what to do?
Thank you
Post a reply to this message
|
|
|
|
Dans povray.unix, Massimiliano Cirri nous disait:
> I've got an athlon running RedHat 8.0 I've just tryed to install pyvon.
> This is the answer I got when trying to run pyvon:
>
>
> $ pyvon
> Traceback (most recent call last):
> File "/usr/local/pyvon/res.py", line 1, in ?
> from Tkinter import *
> ImportError: No module named Tkinter
You need the python-tk package (that's the debian package name,
Redhat's should be similar).
--
fakeroot debian/rules troll
Post a reply to this message
|
|
|
|
Laurent Fousse wrote:
>>I've got an athlon running RedHat 8.0 I've just tryed to install pyvon.
>>This is the answer I got when trying to run pyvon:
>>
>>
>>$ pyvon
>>Traceback (most recent call last):
>> File "/usr/local/pyvon/res.py", line 1, in ?
>> from Tkinter import *
>>ImportError: No module named Tkinter
>
> You need the python-tk package (that's the debian package name,
> Redhat's should be similar).
Running RH 9 here, there's no such module as "python-tk" in RH9, but
there is one called "tkinter". I'd guess that one needs to be installed
by the OP.
--
Steve Martin, CPBE CBNT
Post a reply to this message
|
|