[Zope] Can't get the Manage screens to work
Michel Pelletier
michel@digicool.com
Wed, 15 Sep 1999 10:41:51 -0400
> -----Original Message-----
> From: Wayne Spivak [mailto:WSpivak@sbanetweb.com]
> Sent: Wednesday, September 15, 1999 10:23 AM
> To: zope@zope.org
> Subject: [Zope] Can't get the Manage screens to work
>
>
> System:
>
> FreeBSD 3-2Release
> Python 1.5.2 w/threads enabled
> Roxen 1.3 Challenger Web Server
> Ran ./start w/o error
> Type URL http://kira.sbanetweb.com:8080/manage and get two
> frames, in each
> the following message:
>
> AttributeError: compile
>
> I'm clueless.
Your python does not have the gparse module enabled. Recompile python
with gparse and this error will go away.
-Michel