[Zope-CMF] Q) About development process for python based product

Robert Rottermann robert@redcor.ch
Sat, 27 Jul 2002 09:07:22 +0200


The process is not much more complicated. It is exactly the sam as when you
develop a dll under VC++.  Each product is like a dll, the mainprocess has
to be restarted to have the new dll/product reloaded.
However there is "refresh" that in most cases allows to reload a product
into a running Zope without restarting it.
To use it have a file named refresh.txt (can be empty, just has to be there)
in your products directory. If it is in place you can reload your product
via the refresh tab in Zopes product folder.

To get aquinted with the product developemetn read the "anoying product"
howto.
Robert
----- Original Message -----
From: "Jeffrey Franks" <jfranks@quik.com>
To: <zope-cmf@zope.org>
Sent: Friday, July 26, 2002 8:37 PM
Subject: [Zope-CMF] Q) About development process for python based product


> Hi,
>
> I very familiar with c++ development process: edit, compile, run, debug
>
> It seems that Zope CMF python based product development is much more
complicated.
>
> Can someone explain the process?
>
> What has to be done every edit cycle iteration?
>
> I know Zope must be restarted, but is there
> anything else that has to be done?
>
> -- jlf
>
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://collector.zope.org/CMF for bug reports and feature requests
>