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

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


On Thu, Mar 4, 2010 at 2:32 PM, Ariel Rokem <arokem at berkeley.edu> wrote:
> Hi again - I have now rebuilt scipy from a fresh svn update (r6251), but I
> have no file called __svn_version__.py anywhere in the source-tree,

__svn_version__.py  is created in the install directory,  and under
build/lib.... but not in the source tree.

does svn info give the right information when you call it from the
directory where your scipy setup.py is?

Josef


as far
> as I could tell by grinning for "__svn__". I did originally have EPD
> installed, but replaced it with the svn build. Could that be the cause?
>
> Cheers - Ariel
>
>
> On Thu, Mar 4, 2010 at 11:14 AM, <josef.pktd at gmail.com> wrote:
>>
>> 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
>> >
>> >
>> _______________________________________________
>> 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