-----Original Message-----
From: Wayne Spivak [mailto:WSpivak@sbanetweb.com] Sent: Thursday, September 16, 1999 8:49 AM To: zope@zope.org Subject: [Zope] Still having problems w/Zope install
After compiling python w/threads & parse & sha on the FreeBSD 3.2-Release machine....
./../Components/zlib/zlib.c: In function `PyZlib_compress': ./../Components/zlib/zlib.c:61: warning: assignment from incompatible pointer type
This isn't a problem.
AttributeError: compile
The only thing that could cause this error is not having the parser module. Are you sure you're using the right Python? Make absolutely sure that the python your compiled is the same as the one Zope uses, and try and run it: [michel@korak python]$ python1.5.2 Python 1.5.2 (#1, Jul 5 1999, 14:47:37) [GCC egcs-2.91.66 19990314/Linux (egcs- on linux2 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam Py$ import parser If this fails, you don't have the parser module. -Michel