On 9/25/07, Thomas Schreiner <[EMAIL PROTECTED]> wrote:
>
> Andrew Straw schrieb:
> > Thomas Schreiner wrote:
> >> Am I doing anything wrong in this program? It's crashing immediately
> >> after the "before" line, using Borland C++ Builder 6 and
> >> numpy-1.0.3.1.win32-py2.4.
> > You have to call
Thomas Schreiner wrote:
> Hi,
>
> is there any more documentation about the numpy C API than the one at
> http://projects.scipy.org/scipy/numpy/wiki/NumPyCAPI
If you have not already done so, I recommend following the suggestion at
the bottom of that page, and buying Travis's book
(http://www.t
Andrew Straw schrieb:
> Thomas Schreiner wrote:
>> Am I doing anything wrong in this program? It's crashing immediately
>> after the "before" line, using Borland C++ Builder 6 and
>> numpy-1.0.3.1.win32-py2.4.
> You have to call import_array() before using the C API.
Thanks a lot, that was the p
Thomas Schreiner wrote:
> Am I doing anything wrong in this program? It's crashing immediately
> after the "before" line, using Borland C++ Builder 6 and
> numpy-1.0.3.1.win32-py2.4.
You have to call import_array() before using the C API.
___
Numpy-disc
Hi.
dmitrey wrote:
> Thomas Schreiner wrote:
>> is there any more documentation about the numpy C API than the one
>> at http://projects.scipy.org/scipy/numpy/wiki/NumPyCAPI ?
>
> I don't know anything about C API, but scipy documentation from the
> website
> http://www.scipy.org/doc/api_docs/ i
I don't know anything about C API, but scipy documentation from the website
http://www.scipy.org/doc/api_docs/
is dated 14 August 2007, so scipy 0.6.0 doc differs significantly.
D.
Thomas Schreiner wrote:
> Hi,
>
> is there any more documentation about the numpy C API than the one at
> http://proj
Hi,
is there any more documentation about the numpy C API than the one at
http://projects.scipy.org/scipy/numpy/wiki/NumPyCAPI
?
This one deals mostly with creating NumPy arrays in C, but I'm more
interested in manually filling the arrays with actual data, because
wrapping of memory is not poss
On Mon, Sep 24, 2007 at 09:05:57PM +0900, David Cournapeau wrote:
> > It should have worked with the first solution. Did you try "trunk", to
> > see if it works ?
> It does not seem to work with only trunk.
> > Is there somewhere the configuration file of the buildbot ?
> > with this line for the
>
> > It should have worked with the first solution. Did you try "trunk", to
> > see if it works ?
It does not seem to work with only trunk.
This should have worked if the buildbot was setup to work with branches (or
even tags, for that matter).
> I don't know if this is relevant, but in t
Matthieu Brucher wrote:
>
> Thanks Pearu, there is indeed such a dialog, I just didn't think it
> would be possible to use the buildbot without any kind of login/pass.
>
>
>
> That's one of the drawbacks of buildbot.
>
>
> But unfortunately, I don't seem to get how to set up a differ
>
> Thanks Pearu, there is indeed such a dialog, I just didn't think it
> would be possible to use the buildbot without any kind of login/pass.
That's one of the drawbacks of buildbot.
But unfortunately, I don't seem to get how to set up a different url: if
> I use branches/numpy.scons as a br
Pearu Peterson wrote:
> David Cournapeau wrote:
>
>> Hi,
>>
>> I have a first prototype ready for scons support in numpy.distutils
>> in a numpy svn branch, and would like to test it on as many
>> configurations as possible to see whether my design is OK. Is it
>> possible to add a branch
David Cournapeau wrote:
> Hi,
>
> I have a first prototype ready for scons support in numpy.distutils
> in a numpy svn branch, and would like to test it on as many
> configurations as possible to see whether my design is OK. Is it
> possible to add a branch to the buildbot ?
I think you
Hi,
I have a first prototype ready for scons support in numpy.distutils
in a numpy svn branch, and would like to test it on as many
configurations as possible to see whether my design is OK. Is it
possible to add a branch to the buildbot ?
Thanks,
David
___
14 matches
Mail list logo