Building PyXML...
Traceback (most recent call last):
File "./setup.py", line 127, in <module>
config_h_vars = parse_config_h(open(config_h))
IOError: [Errno 2] No such file or directory: '/usr/local/include/python2.5/pyconfig.h'
I'm thinking it has something to do with being on a shared host, and the shared host having installed python 2.5 in a different location since both 2.4 and 2.5 are installed.
Any ideas what I can do to fix it?