deletionpedia icon indicating copy to clipboard operation
deletionpedia copied to clipboard

wikipedia and locale module

Open NicolasNallet opened this issue 7 years ago • 2 comments

Hello,

Where can I find wikipedia and locale modules that are called at the begining of antidelete.py ?

Thanks,

NicolasNallet avatar Jan 20 '18 18:01 NicolasNallet

AFAIK locale is part of python versions 2 and 3:

  • https://docs.python.org/2/library/locale.html
  • https://docs.python.org/3/library/locale.html

This may help for pywikipedia: https://www.mediawiki.org/wiki/Manual:Pywikibot/Installation antidelete.py may depend on an older version, I've been working on a version that came from svn.

guaka avatar Jan 24 '18 19:01 guaka

Thanks, but now I get a new error 👍 pywikibot NameError: global name 'Site' is not defined

NicolasNallet avatar Feb 24 '18 11:02 NicolasNallet