On May 1, 5:23 pm, [email protected] wrote:
> Hi, I just installed mwlib and mw-render can't find the images
>
>  mwlib  0.11.0.dev
>  mwlib.rl 0.10.2

To me it looks like a regression in the dev version.

I just pulled the last version from Mercurial repository, and all
image links got broken for me as well when rendering to xhtml.

Furthermore, the cdb database broke. Previously the image links were
missing if using cdb database, now it doesn't get that far, instead it
dies with exception:

1%  1% error Traceback (most recent call last):
  File "/usr/local/bin/mw-render", line 8, in <module>
    load_entry_point('mwlib==0.11.0.dev', 'console_scripts', 'mw-
render')()
  File "/home/ha/src/mwlib.hg/mwlib/apps/render.py", line 223, in main
    return Main()()
  File "/home/ha/src/mwlib.hg/mwlib/apps/render.py", line 183, in
__call__
    env = self.get_environment()
  File "/home/ha/src/mwlib.hg/mwlib/apps/render.py", line 109, in
get_environment
    self.zip_filename = hack(output=self.options.keep_zip,
options=self.options, env=env, podclient=None, status=self.status,
keep_tmpfiles=self.options.keep_tmpfiles)
  File "/home/ha/src/mwlib.hg/mwlib/apps/buildzip.py", line 49, in
hack
    base_url = env.wiki.api_helper.base_url
AttributeError: 'WikiDB' object has no attribute 'api_helper'

Grego
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to