2010-03-25 Johannes Beigel <[email protected]>: >> it works fine with pdf but i don´t get images in odt-files. > I’ve opened a ticket for this: > http://code.pediapress.com/wiki/ticket/806
In my case a problem was that mw-render was taking wiki information from actual wiki (via api.php) but for some reason expecting to get images from a .zip file (which did not exist). My dirty fix was to call image fetching via api.php implicitly. Don't think that is a correct solution but it does work... This problem was PROBABLY caused only when adding a --login option to mw-render. P.S. If someone is interested, I can send in my dirty changes to odfwriter.py/odfstyle.py adding borders to tables. -- Tomas Straupis -- 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.
