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

Paul F. Dubois dubois1@llnl.gov
Fri, 5 Mar 1999 14:45:29 -0800


Hi,

I just took a quick look and it appears I didn't yet go  back and added the
import_array() statement to the init routine. I'll fix it in the next
release.

Paul

-----Original Message-----
From: Thomas Hauser <thomas.hauser@usa.net>
To: matrix-sig@python.org <matrix-sig@python.org>
Date: Friday, March 05, 1999 11:58 AM
Subject: [Matrix-SIG] Problems using PyPDB with Python1.5.1 and 1.5.2b2


>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
>
>_______________________________________________
>Matrix-SIG maillist  -  Matrix-SIG@python.org
>http://www.python.org/mailman/listinfo/matrix-sig
>
>