RE: Zope, Error in publishing resource
I've searched for a gparse module, checked the python web site, and still can't find it. Nothing on the Python ML Nothing on Zope ML If I can't find it, how do I compile it? thanks
The gparse module is not compiled into your python. Recompiling python with gparse will fix this.
Wayne Spivak wrote:
I've searched for a gparse module, checked the python web site, and still can't find it.
Nothing on the Python ML Nothing on Zope ML
If I can't find it, how do I compile it?
We meant the parser module. You probably need to just uncomment a line in your Setup file. Jim -- Jim Fulton mailto:jim@digicool.com Python Powered! Technical Director (888) 344-4332 http://www.python.org Digital Creations http://www.digicool.com http://www.zope.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
Thanks, that makes sense. Your help is appreciated! On Wed, Sep 15, 1999 at 12:53:16PM -0400, Jim Fulton wrote:
Wayne Spivak wrote:
I've searched for a gparse module, checked the python web site, and still can't find it.
Nothing on the Python ML Nothing on Zope ML
If I can't find it, how do I compile it?
We meant the parser module. You probably need to just uncomment a line in your Setup file.
Jim
-- Jim Fulton mailto:jim@digicool.com Python Powered! Technical Director (888) 344-4332 http://www.python.org Digital Creations http://www.digicool.com http://www.zope.org
Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Jim Fulton -
Wayne Spivak -
Wayne Spivak