https://bugzilla.wikimedia.org/show_bug.cgi?id=57017
Web browser: ---
Bug ID: 57017
Summary: Import error for PIL module
Product: Pywikibot
Version: compat (1.0)
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: ---
>>> import catimages
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
import catimages
File "catimages.py", line 66, in <module>
from PIL import Image # new 'PIL' fork 'Pillow' (fedora 19)
ImportError: No module named PIL
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=61310
Web browser: ---
Bug ID: 61310
Summary: version.py does not recognize SVN checkout
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: russblau(a)hotmail.com
Mobile Platform: ---
The following block starts at line 48 of pywikibot/version.py:
_program_dir = _get_program_dir()
if os.path.isdir(os.path.join(_program_dir, '.svn')):
(tag, rev, date, hsh) = getversion_svn(_program_dir)
else:
(tag, rev, date, hsh) = getversion_git(_program_dir)
I ran this on a machine where I am still using the SVN mirror and haven't
installed git. However, "os.path.join(_program_dir, '.svn')" does not suffice
to locate my .svn directory, because I checked out the entire "core" project,
including both trunk and branches. The ".svn" directory therefore is in the
parent directory above _program_dir, not in _program_dir.
This causes my installation to be unable to import pywikibot.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=65189
Gerrit Notification Bot <gerritadmin(a)wikimedia.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |PATCH_TO_REVIEW
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=65189
--- Comment #2 from Gerrit Notification Bot <gerritadmin(a)wikimedia.org> ---
Change 138774 had a related patch set uploaded by John Vandenberg:
Add soft dependency on httplib2 0.9.0 for cacerts
https://gerrit.wikimedia.org/r/138774
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=65189
John Mark Vandenberg <jayvdb(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugzilla.wikimedia.
| |org/show_bug.cgi?id=68794
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=64835
Bug ID: 64835
Summary: Add block functionality in pywikibot (apispec.py)
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: ---
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=68503
Bug ID: 68503
Summary: replacementdile for replace.py
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: jan.dudik(a)gmail.com
Web browser: ---
Mobile Platform: ---
in compat:
replace.py -pagesgenerator -replacementfile:replace.txt
this does not work for core, the whole code part is missing here:
elif arg.startswith('-replacementfile'):
if len(arg) == len('-replacementfile'):
replacefile = pywikibot.input(
u'Please enter the filename to read replacements from:')
else:
replacefile = arg[len('-replacementfile')+1:]
try:
commandline_replacements.extend(
[x.lstrip(u'\uFEFF').rstrip('\r\n')
for x in codecs.open(replacefile, 'r', 'utf-8')])
except IOError:
raise pywikibot.Error(
'\n%s cannot be opened. Try again :-)' % replacefile)
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=64848
Bug ID: 64848
Summary: Port and re-package copyright*.py
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
CC: francesco.cosoleto(a)libero.it
Blocks: 55880
Web browser: ---
Mobile Platform: ---
copyright.py, copyright_clean.py and copyright_put.py are together a set of
copyright-checking tools.
They should probably be moved to an independent package that depends on
pywikibot.
Francesco, are these tools still in active use?
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55046
Web browser: ---
Bug ID: 55046
Summary: replace.by and one-by-one modification
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
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/288/
Reported by: crochet_david
Created on: 2011-07-20 10:02:48
Subject: replace.by and one-by-one modification
Original description:
When the robots need to make multiple modification in a one page, it do it all.
But, in some case, some modifications not need to be done.
So add a new parametre as "-single" to tell each modification to be done in a
page
--
You are receiving this mail because:
You are the assignee for the bug.