Closed spacebat closed 12 years ago
Thank you!
Hi, I was running into problems trying out pylookup on 2.6. Interestingly the exception from pylookup.py was being cut up and displayed as suggestions :) Once I fixed the cause of the exception, turns out 2.6 docs aren't present on python.org in the archives directory, so I switched to 2.7. Working fine now.
You can merge this Pull Request by running:
git pull https://github.com/spacebat/pylookup master
Or you can view, comment on it, or merge it online at:
https://github.com/tsgates/pylookup/pull/17
-- Commit Summary --
* sys.version_info is not a namedtuple until version 3.1
-- File Changes --
M pylookup.py (2)
-- Patch Links --
https://github.com/tsgates/pylookup/pull/17.patch https://github.com/tsgates/pylookup/pull/17.diff
Reply to this email directly or view it on GitHub: https://github.com/tsgates/pylookup/pull/17
Hi, I was running into problems trying out pylookup on 2.6. Interestingly the exception from pylookup.py was being cut up and displayed as suggestions :) Once I fixed the cause of the exception, turns out 2.6 docs aren't present on python.org in the archives directory, so I switched to 2.7. Working fine now.