You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./pylookup.py -u numpy-html/
Wait for a few seconds ..
Fetching htmls from 'file:///Users/MYNAME/Downloads/tsgates-pylookup-3d3151a/numpy-html/genindex-all.html'
Traceback (most recent call last):
File "./pylookup.py", line 306, in
update(opts.db, opts.url, opts.append)
File "./pylookup.py", line 228, in update
print("Error: fetching file from the web: '%s'" % sys.exc_info())
TypeError: not all arguments converted during string formatting
The text was updated successfully, but these errors were encountered:
The ZIP download available at http://docs.scipy.org/doc/ for Numpy causes lookup.py -u to error:
./pylookup.py -u numpy-html/
Wait for a few seconds ..
Fetching htmls from 'file:///Users/MYNAME/Downloads/tsgates-pylookup-3d3151a/numpy-html/genindex-all.html'
Traceback (most recent call last):
File "./pylookup.py", line 306, in
update(opts.db, opts.url, opts.append)
File "./pylookup.py", line 228, in update
print("Error: fetching file from the web: '%s'" % sys.exc_info())
TypeError: not all arguments converted during string formatting
The text was updated successfully, but these errors were encountered: