Re: [Zope-dev] ZOPE 2.0.0a4 INSTANCE_HOME/Products bug?
At 12:40 PM 7/22/99 +0200, Andreas Kostyrka wrote:
I've been wondering, if I'm doing something wrong: -) I've created a lib/python/Products directory in my INSTANCE_HOME.
That should be INSTANCE_HOME/Products the instance home's doen't have a lib/python directory. -Amos
On Thu, 22 Jul 1999, Amos Latteier wrote:
At 12:40 PM 7/22/99 +0200, Andreas Kostyrka wrote:
I've been wondering, if I'm doing something wrong: -) I've created a lib/python/Products directory in my INSTANCE_HOME.
That should be INSTANCE_HOME/Products the instance home's doen't have a lib/python directory. But the curious thing is, that the products in INSTANCE_HOME/lib/python/Products seem to be loaded in the ControlPanel, but seem to be inactive, as they generate broken objects.
Andreas -- Win95: n., A huge annoying boot virus that causes random spontaneous system crashes, usually just before saving a massive project. Easily cured by UNIX. See also MS-DOS, IBM-DOS, DR-DOS, Win 3.x, Win98.
Andreas Kostyrka wrote:
On Thu, 22 Jul 1999, Amos Latteier wrote:
At 12:40 PM 7/22/99 +0200, Andreas Kostyrka wrote:
I've been wondering, if I'm doing something wrong: -) I've created a lib/python/Products directory in my INSTANCE_HOME.
That should be INSTANCE_HOME/Products the instance home's doen't have a lib/python directory. But the curious thing is, that the products in INSTANCE_HOME/lib/python/Products seem to be loaded in the ControlPanel, but seem to be inactive, as they generate broken objects.
Try deleting them from the products folder (Control_Panel/Products in Zope). When a product gets installed, sme information is stored in the database and this information is retained even when the products go away. What you are seeing in Control_Panel is left over from when you tried the products in the normal plave (SOFTWARE_HOME/lib/python/Products). You can install Products in *either* INSTANCE_HOME/Products or SOFTWARE_HOME/lib/python/Products. See lib/python/App/FindHomes.py. 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.
participants (3)
-
Amos Latteier -
Andreas Kostyrka -
Jim Fulton