On Fri, Nov 5, 2010 at 6:43 AM, Picca Frederic-Emmanuel <pi...@synchrotron-soleil.fr> wrote: > Here the error message when I try to start pymca > > pi...@mordor:~$ pymca > Traceback (most recent call last): > File "/usr/share/pyshared/PyMca/PyMcaMain.py", line 161, in <module> > import McaWindow > File "/usr/share/pyshared/PyMca/McaWindow.py", line 37, in <module> > import McaAdvancedFit > File "/usr/share/pyshared/PyMca/McaAdvancedFit.py", line 48, in <module> > import ClassMcaTheory > File "/usr/share/pyshared/PyMca/ClassMcaTheory.py", line 28, in <module> > import Elements > File "/usr/share/pyshared/PyMca/Elements.py", line 177, in <module> > import LShell > File "/usr/share/pyshared/PyMca/LShell.py", line 215, in <module> > weights.append(getweights(ele)) > File "/usr/share/pyshared/PyMca/LShell.py", line 187, in getweights > ck= getCosterKronig(ele) > File "/usr/share/pyshared/PyMca/LShell.py", line 130, in getCosterKronig > ck[t] = EADL97_ElementL1ShellValues[getz(ele)-1][index] > IndexError: list index out of range
Hi, I can't repeat this on squeeze/amd64. Could you check whether LShellConstants.dat is corrupted, i.e. contains negative values? Does running this command produce the same error? PYTHONPATH="/usr/lib/pyshared/python2.6/PyMca:/usr/share/pyshared/PyMca:$PYTHONPATH" python2.6 -c "import LShell" Best, Teemu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org