I've just uploaded new packages of mwlib and mwlib.rl to PyPI.
The main change is that we have completely rewritten the parser.
Upgrading can be done by running the following commands:
easy_install -U mwlib
easy_install -U mwlib.rl
Regards,
- Ralf
(Usually it shouldn't be needed, but) Does a "force-reload" of the
special page in you browser help?
-- Johannes
What happens exactly? This should work (I tested it with the most
current version) and it shouldn't require JavaScript either (see below).
> It also seems that in Special:Book, I can no longer add chapters.
Yes, that's most probably related to your other problem (version
mismatch): When the the versions do not match, the special page
essentially behaves as if JavaScript had been disabled (And without
JS, adding chapters isn't possible; see http://code.pediapress.com/wiki/ticket/337
, last comment). As soon as the version mismatch is resolved, this
should work.
-- Johannes
This was a bug. It's fixed in mwlib 0.10.4, which I've just uploaded
to PyPI:
http://pypi.python.org/pypi/mwlib/0.10.4
I've updated the software on the Wikimedia server and on our public
render server.
Thanks for the report!
-- Johannes