tsgates / pylookup

Emacs mode for searching python documents with convenience
http://taesoo.org/Opensource/Pylookup
114 stars 28 forks source link

error building local numpy database #25

Open danmaftei opened 12 years ago

danmaftei commented 12 years ago

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

zwass commented 11 years ago

Please see https://github.com/tsgates/pylookup/pull/28.

A quick fix would be cp numpy-html/genindex.html numpy-html/genindex-all.html and then try again.

Hopefully my pull request is merged soon.

tsgates commented 11 years ago

Thank you! I just update the repo.

Taesoo

On 01/11/13 at 12:21am, Zachary Wasserman wrote:

Please see https://github.com/tsgates/pylookup/pull/28.

A quick fix would be cp numpy-html/genindex.html numpy-html/genindex-all.html and then try again.

Hopefully my pull request is merged soon.


Reply to this email directly or view it on GitHub: https://github.com/tsgates/pylookup/issues/25#issuecomment-12135335