Can anybody help me launch Zope on my FreeBSD 3.1-RELEASE? Now I have the following error when i tried to access to http://localhost:9673/manage : ---------------------------------- cut here --------------------------------------------------- Zope Error Zope has encountered an error while publishing this resource. exceptions.AttributeError Sorry, a Zope error occurred. Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience. ---------------------------------- cut here --------------------------------------------------- Now I use python-1.5.2 & Zope-2.0.0 Also I have Unhandled exception in thread: Traceback (innermost last) [ many lines skipped ] ImportError: No module named parser. on console. -- CU, Victor Gamov
The FreeBSD python port doesn't include parser module. You need to add it by hand in files/Setup file, and then build it. I managed to get Zope up on ZHTTPServer, but I failed to do so with Apache/pcgi (on FreeBSD also). If anyone managed to run Zope.cgi with Apache on FreeBSD-3.x, I would like to hear their comments. -- sgt
Sergei Barbarash wrote:
The FreeBSD python port doesn't include parser module. You need to add it by hand in files/Setup file, and then build it.
Thank you very much! Now all works fine!!!
I managed to get Zope up on ZHTTPServer, but I failed to do so with Apache/pcgi (on FreeBSD also). If anyone managed to run Zope.cgi with Apache on FreeBSD-3.x, I would like to hear their comments.
Yes, I have such problem. I think that error occured because pcgi_publisher.py didn't create var/pcgi.soc socket. -- CU, Victor Gamov
participants (2)
-
Sergei Barbarash -
Victor Gamov