Bill <[email protected]> writes: > I'm trying to install mwlib on a x86_64 rhel5 box. I get the > following errors: > >>easy_install mwlib > ... > USING: mwlib.templ.evaluate mwlib/templ/evaluate.c > mwlib/_uscan.re:5:20: error: Python.h: No such file or directory
You'll have to install something like python-dev. And since this is RHEL and ships with python 2.4, you can skip that step and compile python 2.6 from source...python 2.4 isn't supported anymore by mwlib. Regards, - 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.
