https://bugzilla.wikimedia.org/show_bug.cgi?id=65089
Merlijn van Deen valhallasw@arctus.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |valhallasw@arctus.nl
--- Comment #1 from Merlijn van Deen valhallasw@arctus.nl --- There are two ways to use pywikibot
1) as a library. Run "python setup.py develop"; this will install pywikibot in your python library folder
2) as a 'portable app'. In that case, you have to run everything through pwb.py to patch up your paths. Run "python pwb.py scriptname" to run a script, or "python -i pwb.py" to get a shell.