I'm trying to install mwlib on RHEL 5, and running into problems.
After compiling and installing the software, I'm getting the following
error trying to run mw-serve (and pretty much the same error on other
things such as mwrender):
Traceback (most recent call last):
File "/usr/bin/mw-serve", line 5, in ?
from pkg_resources import load_entry_point
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2479,
in ?
working_set.require(__requires__)
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 585,
in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 483,
in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: elementtree>=1.2.6
Here are the relevant python packages I have installed:
python-2.4.3-21.el5
python-imaging-1.1.5-5.el5
python-setuptools-0.6c5-2.el5
python-simplejson-2.0.7-1
python-elementtree-1.2.6-5
I compiled the software with setuptools-0.6c8-py2.4.egg in the
directory.
I'm somewhat confused that I'm being told I need elementtree >= 1.2.6
when I have 1.2.6 installed.
Any ideas? Are there any good installation instructions for this on
RHEL?
Thanks,
Ryan Lane
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---