JohnB <[email protected]> writes: > I've just tried installing mwlib.rl on a CentOS 5.5 machine. All the > Python modules seemingly installed correctly, but if I run "mw-render" > I get: > > Traceback (most recent call last): > ... > ImportError: No module named render > > Version info: > > $ ls /usr/lib/python2.4/site-packages/mwlib > mwlib-0.12.13-py2.4-linux-x86_64.egg/ > mwlib.ext-0.12.3-py2.4-linux-x86_64.egg/ > mwlib.rl-0.12.5-py2.4.egg/ > > Any ideas what's going on here, I can't follow the Python to see where > it's trying to load a module called 'render'.
It probably doesn't matter. That version of mwlib won't work with python 2.4. -- 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.
