"Andrew" <[EMAIL PROTECTED]> writes: > I have my project in /var/www/html, where apache's DocumentRoot is set > to, and am > trying to use mod_python/mpcp. Below is the error I get. Any help?
it looks like your cElementTree egg is zipped. mod_python can't handle any zipped eggs. you'll want to uninstall it and reinstall with -Z. (or just go into your site-packages and manually unpack it). i ran into the same problem. i think cElementTree installs as a zipped egg by default when you install TG. -- anders pearson : http://www.columbia.edu/~anders/ C C N M T L : http://www.ccnmtl.columbia.edu/ weblog : http://thraxil.org/
pgpb50fTrapbL.pgp
Description: PGP signature

