On Thu, Jul 3, 2008 at 6:19 PM, Charles R Harris <[EMAIL PROTECTED]> wrote: > ====================================================================== > ERROR: test_ValidHTTP (test__datasource.TestDataSourceOpen) > ---------------------------------------------------------------------- > > Traceback (most recent call last): > File > "/home/numpybb/Buildbot/numpy/b13/numpy-install/lib/python2.4/site-packages/numpy/lib/tests/test__datasource.py", > line 81, in test_ValidHTTP > assert self.ds.open(valid_httpurl()) > > File > "../numpy-install/lib/python2.4/site-packages/numpy/lib/_datasource.py", > line 394, in open > File > "../numpy-install/lib/python2.4/site-packages/numpy/lib/_datasource.py", > line 252, in _findfile > > File > "../numpy-install/lib/python2.4/site-packages/numpy/lib/_datasource.py", > line 214, in _cache > URLError: <urlopen error URL not found: http://www.google.com/index.html> > > > It seems to be from the changes to speed up imports.
This is due to a local configuration issue on the buildbots - the proxy isn't being set correctly, so trying to open the url fails. I'll fix this tomorrow. -- Neil Muller [EMAIL PROTECTED] I've got a gmail account. Why haven't I become cool? _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
