[IPython-user] Problem with %timeit and ascii codec
Gael Varoquaux
gael.varoquaux@normalesup....
Fri Nov 14 02:19:32 CST 2008
On Sun, Nov 09, 2008 at 12:27:13PM +0530, Prabhu Ramachandran wrote:
> I'm running IPython 0.9.1 and am running into a unicode encoding problem
> I haven't seen in earlier versions:
> In [1]: import numpy
> In [2]: a = numpy.linspace(0, 1, 10)
> In [3]: timeit a.sum()
Darn, I can't reproduce your problem. What is the output of "locale" on
your box?
Cheers,
Gaël
More information about the IPython-user
mailing list