古いバージョンのBBSは閲覧のみ可能です。
The old BBS is read only.

94

Re:error on installing XtalEdit

Posted on : May 03, 2003 (Sat) 12:17:02

by takao kotani

>During install of XtalEdit086 program, after install of Nemeric-22.0
>I get error as followers,
>
>Traceback (most recent call last):
> File "RasmolCheck.py", line 3, in ?
> import SysConf
> File "SysConf.py", line 1, in ?
> import SysButton
> File "SysButton.py", line 2, in ?
> import Tkinter
>ImportError: No module named Tkinter
>
>I am using Redhat7.3 linux.

It means the python does not find the Tkinter library.
Do you use pyhton2.2 or after (maybe it is named as python2 in redhat. In redhad, python
means python1.5 usually)?
Can you run a GUI program through python (not with python1.5 but with python2.2)?

My collaborator had a problem in a system where
Tkinter was only recognized through python (python1.5).
Then he installed python2.2 from source.

takao

And did you set "python2" for XtalEdit?(I think it was default...)
You installed Numerical python not on python but on python2?