On Sat, Jan 24, 2009 at 19:13, Nat Wilson <njwilso...@gmail.com> wrote:
> To be honest, I really don't know. I followed the directions in /Mac/
> README for a framework install.
>
> How would I check this?

Another possibility for tracking down the problem would be to start up
Python under gdb, add a breakpoint for the function random_seed() then
step through. That would help you find out the code path that makes it
return NULL without setting the exception.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to