Re: [Zope] 2.2b3 and INSTANCE_HOME problem

2000-07-01 Thread Ty Sarna

In article <003901bfe321$e744b990$c7da5e3f@mozart>,
Evan Simpson <[EMAIL PROTECTED]> wrote:
> It's a bug.  I've been tracking down and squishing a few in corners where
> INSTANCE_HOME wasn't properly taken into account, but I hadn't gotten to
> XMLDocument yet.  This should be fixed in CVS shortly (and the next release
> of Zope).

You may have already gotten to this, but ISTR that manage_readme on
products has this problems. You might also want to verify that the new
help system works with INSTANCE_HOME too (I forget).

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] 2.2b3 and INSTANCE_HOME problem

2000-06-30 Thread Ron Bickers

> -Original Message-
> From: Evan Simpson [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, July 01, 2000 2:02 AM
> To: Ron Bickers; [EMAIL PROTECTED]
> Subject: Re: [Zope] 2.2b3 and INSTANCE_HOME problem
>
>
> - Original Message -
> From: "Ron Bickers" <[EMAIL PROTECTED]>
> > It's not looking in the right place for the image file in
> XMLDocument. You
> > can see that if found the XMLDocument product in INSTANCE_HOME/Products
> (of
> > course, or it wouldn't have tried to install it in the first place).
>
> > Is this a bug, or do I need to set some other variable, or what?
>
> It's a bug.  I've been tracking down and squishing a few in corners where
> INSTANCE_HOME wasn't properly taken into account, but I hadn't gotten to
> XMLDocument yet.  This should be fixed in CVS shortly (and the
> next release
> of Zope).

Great!  Thanks!

For now, I just made links in the zope installation to the products so that
when it needs to find stuff, it can.
___

Ron Bickers
Logic Etc, Inc.
[EMAIL PROTECTED]


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] 2.2b3 and INSTANCE_HOME problem

2000-06-30 Thread Evan Simpson

- Original Message -
From: "Ron Bickers" <[EMAIL PROTECTED]>
> It's not looking in the right place for the image file in XMLDocument. You
> can see that if found the XMLDocument product in INSTANCE_HOME/Products
(of
> course, or it wouldn't have tried to install it in the first place).

> Is this a bug, or do I need to set some other variable, or what?

It's a bug.  I've been tracking down and squishing a few in corners where
INSTANCE_HOME wasn't properly taken into account, but I hadn't gotten to
XMLDocument yet.  This should be fixed in CVS shortly (and the next release
of Zope).

Cheers,

Evan @ 4-am & digicool


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] 2.2b3 and INSTANCE_HOME problem

2000-06-30 Thread Ron Bickers

Using the instructions at http://www.zope.org/Members/4am/instancehome on
how to run multiple zopes with the same install, I semi-successfully have
two instances of 2.2b3 running.  However, when I run them, I get the
following traceback for XMLDocument (INSTANCE_HOME is /home/zopdev/zope in
this case):

2000-07-01T04:37:22 ERROR(200) Zope Couldn't install XMLDocument
Traceback (innermost last):
  File /usr/local/zope-2.2b3/lib/python/OFS/Application.py, line 467, in
install_products
(Object: ApplicationDefaultPermissions)
(Info: XMLDocument)
  File /home/zopedev/zope/Products/XMLDocument/__init__.py, line 102, in
initialize
  File /usr/local/zope-2.2b3/lib/python/App/ImageFile.py, line 110, in
__init__
IOError: [Errno 2] No such file or directory:
'/usr/local/zope-2.2b3/lib/python/Products/XMLDocument/xml_element.gif'

It's not looking in the right place for the image file in XMLDocument. You
can see that if found the XMLDocument product in INSTANCE_HOME/Products (of
course, or it wouldn't have tried to install it in the first place).

I get other IOErrors when I try to add or manipulate objects where Zope is
looking in the wrong place for dtml files or whatever.  Everything works as
far as I can tell when browsing the site itself.

Is this a bug, or do I need to set some other variable, or what?

___

Ron Bickers
Logic Etc, Inc.
[EMAIL PROTECTED]


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )