[Python-Dev] import Numeric fails with user-supplied __import__?

Martin v. Loewis martin@v.loewis.de
08 May 2002 07:09:16 +0200


"Mr. Bawkbugawk" <tommy@ilm.com> writes:

> Segmentation fault (core dumped)
> 
> 
> anyone out there seen this before?  

Yes, I've seen it before. It wasn't when importing Numeric, though,
but when reading a file, and it wasn't with Python, but with
Mozilla, and it wasn't on Linux, but on Solaris :-)

Seriously, the question "has anybody seen segfaults when importing
Numeric" is not appropriate for this list. To post to this list, *at a
minimum* you should provide a gdb backtrace.

Otherwise, use your usual Numeric or Python support channels.

Regards,
Martin