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):
  File "/usr/bin/mw-render", line 7, in ?
    sys.exit(
  File "/usr/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/
pkg_resources.py", line 277, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/
pkg_resources.py", line 2180, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/
pkg_resources.py", line 1913, in load
    entry = __import__(self.module_name, globals(),globals(),
['__name__'])
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'.

Cheers,

John.

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