Print

Print


Hi everybody,

I just installed the CCPNMR package but analysis does not seem to work properly. If I try to start
it I get the following messages:

Error, the Analysis module will not work, something is wrong with the C code.
Traceback (most recent call last):
  File "/nmrnet/var/aria/source/ccpnmr/ccpnmr1.0/python/ccpnmr/analysis/AnalysisGui.py", line 72, in
<module>
    from ccpnmr.analysis.AnalysisPopup import AnalysisPopup
  File "/nmrnet/var/aria/source/ccpnmr/ccpnmr1.0/python/ccpnmr/analysis/AnalysisPopup.py", line 92,
in <module>
    from ccpnmr.analysis.Analysis                      import Analysis
  File "/nmrnet/var/aria/source/ccpnmr/ccpnmr1.0/python/ccpnmr/analysis/Analysis.py", line 85, in
<module>
    from ccpnmr.c.ContourFile import ContourFile, StoredContourFile
ImportError: ld.so.1: python: fatal: relocation error: file
/nmrnet/var/aria/source/ccpnmr/ccpnmr1.0/python/ccpnmr/c/ContourFile.so: symbol
XmuLookupStandardColormap: referenced symbol not found
>>>

I'm not THAT familiar wit Unix, but it seems to me there is a problem with the linker. The question
is: Is this a mistake I do while compiling or is this a bug?? The software runs on SunOS 5.10 using
Python 2.5, Tcl 8.4 and Tk 8.4.

Thanks for any help you are able to offer!

Andreas