This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xZise
Recipients Lukasa, eric.snow, icordasc, jayvdb, rhettinger, xZise
Date 2015-07-22.10:02:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437559374.31.0.474013365152.issue24667@psf.upfronthosting.co.za>
In-reply-to
Content
Oh sorry, I basically never need to install pywikibot anew so it's easy to forget but there is a submodule in scripts/i18n which needs to be cloned as well. With the following commands I could reproduce the error (and you don't even need to install requests and six):

  $ git clone --recursive  git@github.com:wikimedia/pywikibot-core.git test
  $ cd test/
  $ echo "mylang='en'" >> user-config.py
  $ echo "family='wikipedia'" >> user-config.py
  $ python setup.py test

With that you only need a network connection (as this error is in urllib3 I doubt it works without network connection) but you don't need any wiki account. If you want to test it with an account, execute “generate_user_files.py” before. Just as a note I've activated write and write failure tests but without an account these tests should not be run anyway.
History
Date User Action Args
2015-07-22 10:02:54xZisesetrecipients: + xZise, rhettinger, eric.snow, icordasc, Lukasa, jayvdb
2015-07-22 10:02:54xZisesetmessageid: <1437559374.31.0.474013365152.issue24667@psf.upfronthosting.co.za>
2015-07-22 10:02:54xZiselinkissue24667 messages
2015-07-22 10:02:54xZisecreate