>>>>> Chris Fonnesbeck <[EMAIL PROTECTED]> (CF) wrote:

>CF>         # Loop over models
>CF>         for model in models:
...
>CF>             # Initialize sampler
>CF>             sampler = models[model](county)

Maybe this has nothing to do with your crash, but I saw something strange
in your code: model is an element of models, not an index. So unless you
have something special, that code might not be what is intended.

If it goes through a Fortran thing it may cause an out of bounds error.
-- 
Piet van Oostrum <[EMAIL PROTECTED]>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: [EMAIL PROTECTED]
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to