Last modified: 2014-06-23 14:26:35 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T68618, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 66618 - httplib2 dependency check doesnt work
httplib2 dependency check doesnt work
Status: RESOLVED FIXED
Product: Pywikibot
Classification: Unclassified
network (Other open bugs)
unspecified
All All
: Unprioritized normal
: ---
Assigned To: Pywikipedia bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-06-14 16:46 UTC by John Mark Vandenberg
Modified: 2014-06-23 14:26 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description John Mark Vandenberg 2014-06-14 16:46:38 UTC
Running any script or entry point results in a backtrace.

$ PYTHONPATH=".." python scripts/basic.py
Traceback (most recent call last):
  File "scripts/basic.py", line 26, in <module>
    import pywikibot
  File ".../pywikibot/__init__.py", line
486, in <module>
    from .page import Page, ImagePage, Category, Link, User, ItemPage,
PropertyPage, Claim
  File ".../pywikibot/page.py", line 17,
in <module>
    import pywikibot.site
  File ".../pywikibot/site.py", line 31,
in <module>
    from pywikibot.data import api
  File ".../pywikibot/data/api.py", line
13, in <module>
    from pywikibot.comms import http
  File ".../pywikibot/comms/http.py",
line 31, in <module>
    from httplib2 import SSLHandshakeError
ImportError: No module named httplib2

Even invoking threadedhttp.py, which includes a dependency check, fails before the dependency check.
Comment 1 Gerrit Notification Bot 2014-06-14 16:55:07 UTC
Change 139604 had a related patch set uploaded by John Vandenberg:
(bug 66618) Fix httplib2 dependency check

https://gerrit.wikimedia.org/r/139604
Comment 2 Gerrit Notification Bot 2014-06-20 04:34:39 UTC
Change 139604 had a related patch set uploaded by devunt:
Fix httplib2 dependency check

https://gerrit.wikimedia.org/r/139604
Comment 3 Gerrit Notification Bot 2014-06-22 14:56:25 UTC
Change 139604 merged by jenkins-bot:
Fix httplib2 dependency check

https://gerrit.wikimedia.org/r/139604

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links