-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mwapi fails on import in Python 2.7.11 #25
Comments
We only support python 3. Is there some reason that you need to use python 2.7? |
Dang, that's what I get for not reading the docs closely enough. I was experimenting with wrapping queries used for a labs tool using this API, but the tool environment is Addendum: here is the cross-posted Phab issue. |
Ping @yuvipanda. What do you think about this ticket? Is it easier to get uwsgi/python3 working on labs or to make this library backwards compatible with python 2.7? |
I think @bd808 got uwsgi + py3 working on tools? On Thu, Jan 14, 2016 at 5:44 PM, Aaron Halfaker [email protected]
Yuvi Panda T |
I was at least in the irc channel and helping when this solution was found: https://phabricator.wikimedia.org/T104374#1911373 |
Cool! Didn't read that earlier. Unfortunately I can't quite do that yet because of a compounding issue, but that isn't an issue from this end. |
I get the following import error when using
mwapi
onPython 2.7.11
.The text was updated successfully, but these errors were encountered: