[Bug 69980] patrol.py depends on mwlib.uparser not available on wmflabs

2014-10-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69980

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=72206

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69980] patrol.py depends on mwlib.uparser not available

2014-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69980

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 CC||jay...@gmail.com

--- Comment #1 from John Mark Vandenberg jay...@gmail.com ---
Did it work previously?  i.e. has the python package mwlib been uninstalled
recently?

Are you able to create a virtualenv on wmflabs and install mwlib in it?

$ [your_ve/bin/]pip install mwlib

(see
https://www.digitalocean.com/community/tutorials/common-python-tools-using-virtualenv-installing-with-pip-and-managing-packages
for example)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 69980] patrol.py depends on mwlib.uparser not available on wmflabs

2014-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69980

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

Summary|patrol.py depends on|patrol.py depends on
   |mwlib.uparser not available |mwlib.uparser not available
   ||on wmflabs

--- Comment #2 from John Mark Vandenberg jay...@gmail.com ---
fwiw, in case it is a version issue, mwlib 0.15.14 works for me.

 import mwlib._version
 mwlib._version.display_version
'0.15.14'
 import mwlib.uparser
 mwlib.uparser.parseString(raw='== Foo ==',title='Foo')
Article-'Foo'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l