Steps to reproduce problem: Get top of trunk mwlib (as of the time of this post), install curl -O http://download.wikimedia.org/igwiki/20090903/igwiki-20090903-pages-articles.xml.bz2 mw-buildcdb --input igwiki-20090903-pages-articles.xml.bz2 --output / tmp/ig.cdb mw-render -c /tmp/ig.cdb/wikiconf.txt "Eze" --output /tmp/out.html -w xhtml
Expected output: XHTML file for http://ig.wikipedia.org/wiki/Eze Actual output: Traceback (most recent call last): File "/usr/local/bin/mw-render", line 8, in <module> load_entry_point('mwlib==0.12.4', 'console_scripts', 'mw-render') () File "/Library/Python/2.6/site-packages/mwlib-0.12.4-py2.6- macosx-10.6-universal.egg/mwlib/apps/render.py", line 211, in main return Main()() File "/Library/Python/2.6/site-packages/mwlib-0.12.4-py2.6- macosx-10.6-universal.egg/mwlib/apps/render.py", line 174, in __call__ writer(env, output=tmpout, status_callback=self.status, **writer_options) File "/Library/Python/2.6/site-packages/mwlib-0.12.4-py2.6- macosx-10.6-universal.egg/mwlib/xhtmlwriter.py", line 771, in xhtmlwriter book = writerbase.build_book(env, status_callback=buildbook_status) File "/Library/Python/2.6/site-packages/mwlib-0.12.4-py2.6- macosx-10.6-universal.egg/mwlib/writerbase.py", line 59, in build_book a.authors = wiki.getAuthors(item.title, revision=item.revision) File "/Library/Python/2.6/site-packages/mwlib-0.12.4-py2.6- macosx-10.6-universal.egg/mwlib/nuwiki.py", line 258, in getAuthors fqname = self.redirects.get(fqname, fqname) File "/Library/Python/2.6/site-packages/mwlib-0.12.4-py2.6- macosx-10.6-universal.egg/mwlib/nuwiki.py", line 228, in __getattr__ raise AttributeError() AttributeError --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
