https://bugzilla.wikimedia.org/show_bug.cgi?id=65089
Merlijn van Deen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Merlijn van Deen <[email protected]> --- 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. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
