https://bugzilla.wikimedia.org/show_bug.cgi?id=65312
--- Comment #2 from JAn Dudík <jan.dudik(a)gmail.com> ---
-namespace is useful when running for some list of pages (usage of template).
But when running on -namespace:10 or 4 or 100, bot should auto skip subpages
(but not all pages with "/" are subpages (e.g. Template:NHL 2014/15), so when
running from -file: bot shoud create these pages too)
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55000
Web browser: ---
Bug ID: 55000
Summary: claimit.py: lang for source lookup
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: ASSIGNED
Severity: enhancement
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/346/
Reported by: apac1
Created on: 2013-08-31 12:40:09.399000
Subject: claimit.py: lang for source lookup
Assigned to: legoktm
Original description:
def setSource(self, lang):
page = pywikibot.Page(self.repo, 'Wikidata:List of wikis/python')
source_values = json.loads(page.get())
source_values = source_values['wikipedia']
for lang in source_values:
source_values[lang] = pywikibot.ItemPage(self.repo,
source_values[lang])
if lang in source_values:
self.source = pywikibot.Claim(self.repo, 'p143')
self.source.setTarget(source_values.get(lang))
The use of lang in "for lang in source_values:" overwrites the lang in "def
setSource(self, lang)". This leads to incorrect results. "lang" should be the
language of the source wiki. For -cat:"zh:Category:Somevalue" this would be
"zh".
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=65312
xqt <info(a)gno.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |UNCONFIRMED
CC| |info(a)gno.de
Ever confirmed|1 |0
--- Comment #1 from xqt <info(a)gno.de> ---
you may use -namespace Option which is already implemented and comes from
pagegenerators
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=65311
xqt <info(a)gno.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |UNCONFIRMED
CC| |info(a)gno.de
Ever confirmed|1 |0
--- Comment #2 from xqt <info(a)gno.de> ---
Seems duplicate to bug 65309?
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=65309
xqt <info(a)gno.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |info(a)gno.de
Assignee|Pywikipedia-bugs(a)lists.wiki |info(a)gno.de
|media.org |
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=65828
Andre Klapper <aklapper(a)wikimedia.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from Andre Klapper <aklapper(a)wikimedia.org> ---
Seems to work? Last comment showed:
Email sent to:
..., Pywikipedia-bugs(a)lists.wikimedia.org, ...
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=65828
Andre Klapper <aklapper(a)wikimedia.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|Unprioritized |Highest
Status|NEW |ASSIGNED
Assignee|wikibugs-l(a)lists.wikimedia. |aklapper(a)wikimedia.org
|org |
--- Comment #5 from Andre Klapper <aklapper(a)wikimedia.org> ---
Urgh. I am very sorry. :(
The "Bugmail disabled" field was set for some reason (probably Bugzilla trying
to be smart when disabling the account for login, which needs to be done
because otherwise anybody else could trigger a password reset email that would
go to the email list).
Let's try again with this comment...
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=65089
Bug ID: 65089
Summary: Error: No module named httplib2
Product: Pywikibot
Version: core (2.0)
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: dan.mac22(a)gmail.com
Web browser: ---
Mobile Platform: ---
I can't use pywikibot in my pc, it return the error "ImportError: No module
named httplib2". I'm using core version.
$ git pull
Already up-to-date.
$ git submodule foreach git pull
Entering 'externals/httplib2'
Already up-to-date.
Entering 'scripts/i18n'
Already up-to-date.
$ python
Python 2.7.3 (default, Apr 14 2012, 08:58:41) [GCC] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pywikibot
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "pywikibot/__init__.py", line 427, 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 34, 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
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=65150
Bug ID: 65150
Summary: Switch pywikibot bugzilla reporter to hide 'New:'
marker ('gmail mode')
Product: Wikimedia
Version: wmf-deployment
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: Bugzilla
Assignee: wikibugs-l(a)lists.wikimedia.org
Reporter: valhallasw(a)arctus.nl
CC: aklapper(a)wikimedia.org,
Pywikipedia-bugs(a)lists.wikimedia.org, sam(a)reedyboy.net
Web browser: ---
Mobile Platform: ---
i.e. turning
Add 'New:' to subject line of email sent when a new bug is filed
to 'No' for Pywikipedia-bugs(a)lists.wikimedia.org
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=65145
Bug ID: 65145
Summary: pip install pywikibot hangs
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: valhallasw(a)arctus.nl
Web browser: ---
Mobile Platform: ---
create_user_files.py is called, but the output is not shown. Unfortunately,
create_user_files *does* wait for user input, effectively hanging the install.
--
You are receiving this mail because:
You are the assignee for the bug.