[Matrix-SIG] Problems using PyPDB with Python1.5.1 and 1.5.2b2

Thomas Hauser thomas.hauser@usa.net
Fri, 05 Mar 1999 15:01:27 -0500


Hi

I tried using PyPDB from the Numeric distribution. 

this is the output I get if I try running Demo/PDtest.py

Contents of test.pdb:
['a',
 'ax',
 'axx',
 'c',
 'cx',
 'cxx',
 'd',
 'dx',
 'dxx',
 'k',
 'kx',
 'kxx',
 'x',
 'y']
f.inquire_ls('d*') =
('d', 'dx', 'dxx')
f.inquire_ls('','complex') =
('c', 'cx', 'cxx')
Variables:
f.x =
Segmentation fault (core dumped)

The version is LLNLDistribution9 and it didn't work with python 1.5.1
and 1.5.2b2 on a sgi IRIX6.4. Any hints?

Thomas