Subject: about sparky python script in fedora core 4 linux
From: jhhong7546
Date: Mar 27, 2006

Next: 91


Hi all

This is the first time that I write something on this excellent group

recently I now running the sparky in Fedora core 4 linux. It seems to

work very well . I can assign the peak and integration, etc. but when I

want to do some special function using sparky in built python script

there is an error message linke this
Exception in Tkinter callback
Traceback(most recent call last):
File /usr/local/sparky/python/lib-tk/Tkinter.py,line 1345, in __call__
return self.func(*args)
File /usr/local/sparky/python/sparky/chimeraview.py,line 124, in
show_cb
self.show()
File /usr/local/sparky/python/sparky/chimeraview.py,line 141, in show
self.chimera_open_model(pdb_path)
File /usr/local/sparky/python/sparky/chimeraview.py,line 203, in
chimera_open_model
chimera=self.chimera()
File /usr/local/sparky/python/sparky/chimeraview.py,line 157, in
chimera
start_chimera()
File /usr/local/sparky/python/sparky/chimeraview.py,line 549, in
start_chimera
chimeraInit.init(argv=[],eventloop=0,exitonquit=0)
File /usr/local/chimera/share/chimeraInit.py, in init
import chimera
File /usr/local/chimera/share/chimera/__init__.py, line 15, in ?
from _chimera import*
ImportError:/usr/local/chimera/lib/_chimera.so:undefined symbol:PySet_Type

Somewhat long error message !!

It seems that python version of sparky and my machine is differrnt

(mine:2.4 sparky(probably,,):2.3) but I dont know how to tackle this

problem. Any suggesttion about this problem would be welcome.

Well Thanking in advance for valuable suggestion