![](https://secure.gravatar.com/avatar/73f4e1ffd23622a339c1c9303615d7fe.jpg?s=120&d=mm&r=g)
Nov. 20, 2002
8:37 a.m.
import pygsl.rng import Numeric
If I import pygsl.rng before importing Numeric, I get an abort mother:~> python Python 2.2.2 (#1, Oct 15 2002, 08:14:58) [GCC 3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. python: Modules/gcmodule.c:366: delete_garbage: Assertion `((((PyGC_Head *)( op)-1))->gc.gc_refs >= 0)' failed. Abort If I import them in the other order, I have no problems. Numeric 22.0 pygsl version = "0.1a" gsl-1.2 Any ideas? Thanks, John Hunter
8124
Age (days ago)
8124
Last active (days ago)
0 comments
1 participants
participants (1)
-
John Hunter