Stefano Maggiolo <[email protected]> writes: > The problem is that whatever exporting I try (zip, odf, pdf) this: > =========== > $ mw-render -c :en -w odf -o nasa.odt NASA > creating nuwiki in '/tmp/tmpGIVaBm/nuwiki' > 2011-11-01T11:21:47 mwlib.utils.info >> fetching 'http:// > en.wikipedia.org/w/index.php?title=Help:Books/ > License&action=raw&templates=expand' > Traceback (most recent call last): > File "core.pyx", line 337, in gevent.core.__simple_handler (gevent/ > core.c:4494) > SystemError: NULL result without error in PyObject_Call > Failed to execute callback for active_event fd=-1 flags=INIT > cb = <built-in method switch of Greenlet object at 0xa2031ec> > arg = ((), { }) > > Traceback (most recent call last): > File "core.pyx", line 337, in gevent.core.__simple_handler (gevent/ > core.c:4494) > SystemError: NULL result without error in PyObject_Call > Failed to execute callback for active_event fd=-1 flags=INIT > cb = <built-in method switch of Greenlet object at 0xa2032ac> > arg = ((), { }) > ===========
It looks like the greenlet module doesn't work on ubuntu when compiled from the pypi sources. Please uninstall it and instead install the ubuntu python-greenlet package. Things should work then (at least they did for me on a i386 ubuntu 11.10). -- Cheers Ralf -- 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.
