When I check /lib/python2.4/lib-dynload the pyexpat.so library is there, however when I attempt to install 2.0 I get an error.
This is in my zenbuild.log: The Python interpreter you are using does not appear to have the 'pyexpat' library module installed. For many Zope features to work properly, including Zope Page Templates, you must install a Python interpreter which includes the pyexpat module, or install the pyexpat library into your Python interpreter manually. The file which represents the library is named 'pyexpat.so' (UNIX) or 'pyexpat.dll' (Windows) and is typically located in the 'lib-dynload' directory of your Python's library directory. Some Python packagers ship the pyexpat module as a separate installable binary. If you are using a system-provided Python installation, you may want to look for a 'python-xml' or 'python-pyexpat' package (or something like it) and install it to make the pyexpat module available to Zope. If you've compiled your Python interpreter from source, you may need to recompile and reinstall it after installing James Clark's expat libraries and development packages (look for libexpat.so and expat.h). Typically, these come as part of your operating system's libexpat and libexpat-dev packages, respectively. ------------------------ Dave Cushing -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=8109#8109 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
