No problem for me (also a svn version) :

Python 2.5.1 (r251:54863, Oct 30 2007, 13:54:11)
[GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2

>>> import numpy
>>> A = numpy.array(['a','aa','b'])
>>> B = numpy.array(['d','e'])
>>> A.searchsorted(B)
array([3, 3])

Matthieu

2008/1/31, lorenzo bolla <[EMAIL PROTECTED]>:
>
> I use a dev version (1.0.5.dev4567).
> L.
>
>
> On 1/31/08, James Philbin <[EMAIL PROTECTED]> wrote:
> >
> > Hmmm. Just downloaded and installed 1.0.4 and i'm still getting this
> > error. Are you guys using the bleeding edge version or the official
> > 1.0.4 tarball from the webpage?
> >
> > James
> > _______________________________________________
> > Numpy-discussion mailing list
> > Numpy-discussion@scipy.org
> > http://projects.scipy.org/mailman/listinfo/numpy-discussion
> >
>
>
>
> --
> Lorenzo Bolla
> [EMAIL PROTECTED]
> http://lorenzobolla.emurse.com/
>
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion@scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>
>


-- 
French PhD student
Website : http://matthieu-brucher.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to