[SciPy-user] Question about Eggs and easy_install

Gael Varoquaux gael.varoquaux at normalesup.org
Thu Dec 6 09:32:09 EST 2007


On Thu, Dec 06, 2007 at 03:20:21PM +0100, Lorenzo Isella wrote:
> I think that Numpy got updated to a version not yet available in the
> standard Debian testing repositories.

can you tell us the result of 

import numpy
print numpy.__file__
print numpy.__version__
import scipy
print scipy.__file__
print scipy.__version__

So that we have a better idea of what happened.

You are under Debian testing, right?

Cheers,

Gaël



More information about the SciPy-User mailing list