https://bugzilla.wikimedia.org/show_bug.cgi?id=60221
Web browser: --- Bug ID: 60221 Summary: Installation is broken Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: hazard_sj@yahoo.com Classification: Unclassified Mobile Platform: ---
I've attempted to reinstall pywikibot (core) on multiple occasions on Tool Labs recently, and I keep getting the following when I attempt to use it:
local-hazard-bot@tools-login:~$ python Python 2.7.3 (default, Sep 26 2013, 20:03:06) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import pywikibot
Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named pywikibot
The issue also happens for me on Toolserver.
https://bugzilla.wikimedia.org/show_bug.cgi?id=60221
Amir Ladsgroup ladsgroup@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ladsgroup@gmail.com
--- Comment #1 from Amir Ladsgroup ladsgroup@gmail.com --- use this way: https://wikitech.wikimedia.org/wiki/User:Legoktm/pywikibot_on_tools_lab https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/Help#Pywikibot
https://bugzilla.wikimedia.org/show_bug.cgi?id=60221
xqt info@gno.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |UNCONFIRMED CC| |info@gno.de Ever confirmed|1 |0
--- Comment #2 from xqt info@gno.de --- if core isn't installed as side-package you have to
import pwb
first
https://bugzilla.wikimedia.org/show_bug.cgi?id=60221
Hazard-SJ hazard_sj@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #3 from Hazard-SJ hazard_sj@yahoo.com --- Thanks, the virtualenv method worked.
pywikipedia-bugs@lists.wikimedia.org