How do I compile a Wikipedia lens and install?
- by user49523
I read a tutorial about how to compile and install a Wikipedia lens, but it didn't work.
The tutorial sounds easy - i just copied and pasted to the file that was suppose to edit.
I have tried some times and here are 2 edits
edit 1:
import logging
import optparse
import gettext
from gettext import gettext as _
gettext.textdomain('wikipedia')
…