[Numpy-discussion] New release of NumPy coming
Pearu Peterson
pearu at scipy.org
Wed Feb 15 03:20:01 CST 2006
On Wed, 15 Feb 2006, Francesc Altet wrote:
> I've been trying to see how to correctly load the unicode tests, but
> failed miserably. Perhaps Pearu can tell us about the correct way to
> do that.
I have fixed it in svn. When importing modules from tests/ directory, one
must surround the corresponding import statements with set_local_path()
and restore_path() calls.
Regards,
Pearu
More information about the Numpy-discussion
mailing list