Re: [Numpy-discussion] CAPI segfault running python embedded

2008-06-20 Thread Lane Brooks
David Cournapeau wrote: > Lane Brooks wrote: > >> I have successfully written several extension modules that use the numpy >> CAPI to manipulate numpy arrays. I have to say numpy is great. >> >> I am now having a problem, however, when calling numpy capi functions >> when running python embed

Re: [Numpy-discussion] CAPI segfault running python embedded

2008-06-20 Thread David Cournapeau
Lane Brooks wrote: > I have successfully written several extension modules that use the numpy > CAPI to manipulate numpy arrays. I have to say numpy is great. > > I am now having a problem, however, when calling numpy capi functions > when running python embedded in a third party, closed source,

[Numpy-discussion] CAPI segfault running python embedded

2008-06-20 Thread Lane Brooks
I have successfully written several extension modules that use the numpy CAPI to manipulate numpy arrays. I have to say numpy is great. I am now having a problem, however, when calling numpy capi functions when running python embedded in a third party, closed source, application. It segfaults