https://bugzilla.wikimedia.org/show_bug.cgi?id=65966
Bug ID: 65966
Summary: Re-enable Google search
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: pagegenerators
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: info(a)gno.de
Web browser: ---
Mobile Platform: ---
Google search will be removed from pagegenerators because these codes ar out of
order. Maybe we should implement a new method/class to do the job.
The old codes are found in https://gerrit.wikimedia.org/r/#/c/136322/
and https://gerrit.wikimedia.org/r/#/c/136342/
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=66618
Bug ID: 66618
Summary: httplib2 dependency check doesnt work
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: network
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: jayvdb(a)gmail.com
Web browser: ---
Mobile Platform: ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=66949
Bug ID: 66949
Summary: Implement wbsearchentities in pywikibot
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: Wikidata
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: maarten(a)mdammers.nl
Web browser: ---
Mobile Platform: ---
wbsearchentities can be used in Wikidata to search for items. Documentation at
https://www.wikidata.org/w/api.php and example at
https://www.wikidata.org/w/api.php?action=wbsearchentities&search=Rembrandt…
Shoul probably added as to BaseSite and a pagegenerator should be added to make
use of it.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=58892
Web browser: ---
Bug ID: 58892
Summary: pagefromfile: appendtops variable is not defined
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: info(a)gno.de
Classification: Unclassified
Mobile Platform: ---
File "pagefromfile.py", line 365, in <module>
main()
File "pagefromfile.py", line 361, in main
bot.run()
File "pagefromfile.py", line 159, in run
self.put(title, contents)
File "pagefromfile.py", line 188, in put
if appendtops.find(self.nocontents)==-1 and
appendtops.find(self.nocontents.lower())==-1:
NameError: global name 'appendtops' is not defined
bug reported at mw:
https://www.mediawiki.org/wiki/Manual_talk:Pywikibot#Must_use_Monobook_to_r…
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=66881
Bug ID: 66881
Summary: Import by filename is not supported
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: critical
Priority: Unprioritized
Component: i18n
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: info(a)gno.de
Web browser: ---
Mobile Platform: ---
Scripts which are using i18n on Windows are broken:
Retrieving 1000 moved pages via API...
...........
>>> DOOM 4 <<<
Links to: [[Doom (upcoming video game)]].
Links to: [[Doom 4]].
Traceback (most recent call last):
File "C:\pwb\core\pwb.py", line 143, in <module>
run_python_file(fn, argv, argvu)
File "C:\pwb\core\pwb.py", line 67, in run_python_file
exec(compile(source, filename, "exec"), main_mod.__dict__)
File "C:\pwb\core\scripts\redirect.py", line 823, in <module>
main()
File "C:\pwb\core\scripts\redirect.py", line 820, in main
bot.run()
File "C:\pwb\core\scripts\redirect.py", line 730, in run
self.fix_double_redirects()
File "C:\pwb\core\scripts\redirect.py", line 537, in fix_double_redirects
self.fix_1_double_redirect(redir_name)
File "C:\pwb\core\scripts\redirect.py", line 683, in fix_1_double_redirect
{'to': targetPage.title(asLink=True)}
File "C:\pwb\core\pywikibot\i18n.py", line 354, in twtranslate
transdict = getattr(__import__(import_dir, fromlist=[package]),
package).msg
ImportError: Import by filename is not supported.
<type 'exceptions.ImportError'>
CRITICAL: Waiting for 1 network thread(s) to finish. Press ctrl-c to abort
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
C:\Users\Administrator.KTC>cd ..
C:\Users>cd ..
C:\>cd pwb
C:\pwb>cd core
C:\pwb\core>pwb.py version
Pywikibot: pywikibot-core (f86097a, s4415, 2014/06/19, 22:34:52, ok)
Release version: 2.0b1
Python: 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
unicode test: ok
C:\pwb\core>
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=64833
Bug ID: 64833
Summary: Add page.userNameHuman
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
Blocks: 55880
Web browser: ---
Mobile Platform: ---
Probably under a clearer name though; returns the last human editor on the
page; used by sum_disc.py.
Uses botlist.py in compat, but this is the only function using botlist, so
botlist.py can probably be removed.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=65758
Ricordisamoa <ricordisamoa(a)openmailbox.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Invalid value for wikidata |Invalid value for
|item. Long integer expected |WbQuantity: long integer
|but gets a floatnumber |expected but gets a
| |floatnumber
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=65758
xqt <info(a)gno.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|PATCH_TO_REVIEW |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are the assignee for the bug.