[Zope] ImportError: No module named parser

Cimarron Taylor cimarron@taylors.org
Wed, 12 May 1999 19:26:15 -0700


 | Hello, I can't make Zope run. It complains about not finding module
 | names 'parser'. I searched for this bug on the bug-tracking page, and
 | it says it's fixed.

I posted the fix for this on this list a few weeks back.  The python
port for FreeBSD I had was built with the parser module commented out.
I changed

      #parser parsermodule.c
to 
      parser parsermodule.c

in /usr/ports/lang/python/work/Python-1.5.1/Modules/Setup, rebuilt
python and all was well.

Hope this helps,

Cimarron Taylor