I'm starting to play with Zope 2.7 and I can't figure out how to publish my scripts as described in "How To Publish Your Own Python Modules" (http://www.zope.org/Members/Amos/ZPublisher) by Amos. I used this technique for older versions of Zope. Is there a 'how to' for Zope 2.7 that covers publishing your own modules? Ray
This howto indicates that you need to change the module name in the "z2.py" script. "z2.py" has died in Zope 2.7 and later, but you can likely resurrect it and use it to publish your own modules using the ZPublisher that ships with Zope 2.7 as necessary. Or use 2.6.X. HTH, - C On Wed, 2003-07-30 at 17:59, Ray Price wrote:
I'm starting to play with Zope 2.7 and I can't figure out how to publish my scripts as described in "How To Publish Your Own Python Modules" (http://www.zope.org/Members/Amos/ZPublisher) by Amos. I used this technique for older versions of Zope.
Is there a 'how to' for Zope 2.7 that covers publishing your own modules?
Ray
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) -- Chris McDonough <chris.mcdonough@cox.net>
participants (2)
-
Chris McDonough -
Ray Price