[SciPy-Dev] lfilter segfault with initial condition on windows

josef.pktd at gmail.com josef.pktd at gmail.com
Thu Mar 4 14:14:29 EST 2010


On Thu, Mar 4, 2010 at 2:03 PM, Ariel Rokem <arokem at berkeley.edu> wrote:
> Yes - I thought I was also building from svn trunk (on a Mac OS 10.5.8).
> Will look into that.
>
> Cheers - Ariel
>
> On Thu, Mar 4, 2010 at 11:00 AM, Skipper Seabold <jsseabold at gmail.com>
> wrote:
>>
>> On Thu, Mar 4, 2010 at 1:53 PM, Ariel Rokem <arokem at berkeley.edu> wrote:
>> > Hi Skipper - thanks!
>> >
>> > When I try that, I get:
>> >
>> >
>> > In [4]: scipy.version.svn.version
>> >
>> > ---------------------------------------------------------------------------
>> > AttributeError                            Traceback (most recent call
>> > last)
>> >
>> > /Users/arokem/<ipython console> in <module>()
>> >
>> > AttributeError: 'module' object has no attribute 'svn'
>> >
>> > In [5]: scipy.__version__
>> > Out[5]: '0.8.0.dev'
>> >
>>
>> Hmm.  Not sure then.  This is on an Ubuntu Linux install from svn trunk.

during build, setup.py calls svn info to to check for the revision
number and writes it to a file __svn_version__.py

This requires a .svn subdirectory, otherwise the revision number check
is skipped.

Josef


>>
>> Skipper
>> _______________________________________________
>> SciPy-Dev mailing list
>> SciPy-Dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/scipy-dev
>
>
>
> --
> Ariel Rokem
> Helen Wills Neuroscience Institute
> University of California, Berkeley
> http://argentum.ucbso.berkeley.edu/ariel
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>
>



More information about the SciPy-Dev mailing list