Re: [Zope] still problems w/ SiteAccess 2.0.0b3

2000-11-10 Thread Mario Olimpio de Menezes

On Thu, 9 Nov 2000, The Doctor What wrote:

 I'm curious, you posted a message about SiteAccess.  I have the same
 problem, with Debian (Zope 2.2.2 and I've tried SiteAccess 2.0.0b3
 and b4).

for some reason, the debian SiteAccess package didn't contains some
files of the original SiteAccess tar ball.

I just installed it from the tgz file and it worked out of the box!

I even posted a msg to the debian-user list without success :-(

hth

[]s,
Mario O.de Menezes"Many are the plans in a man's heart, but
IPEN-CNEN/SP is the Lord's purpose that prevails"
http://curiango.ipen.br/~mario Prov. 19.21
   http://www.revistalinux.com.br


___
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] still problems w/ SiteAccess 2.0.0b3

2000-11-09 Thread The Doctor What

I'm curious, you posted a message about SiteAccess.  I have the same
problem, with Debian (Zope 2.2.2 and I've tried SiteAccess 2.0.0b3
and b4).

It producing the same errors you have, but in addition, I have this
info from the stupid log file:
2000-11-09T20:09:18 ERROR(200) Zope Couldn't install SiteAccess
Traceback (innermost last):
  File /usr/lib/zope/lib/python/OFS/Application.py, line 488, in install_products
(Object: ApplicationDefaultPermissions)
(Info: SiteAccess)
  File /usr/lib/zope/lib/python/Products/SiteAccess/__init__.py, line 12, in initialize
  File /usr/lib/zope/lib/python/App/ProductContext.py, line 323, in registerHelp
OSError: [Errno 2] No such file or directory


I have no idea what's going on, and any help from you or the zope
mailing list would be appreciated.

Ciao!

-- 
A child of five could understand this. fetch me a child of five.
-- Groucho Marx

The Doctor What: Guru to the Godshttp://docwhat.gerf.org/
[EMAIL PROTECTED]   KF6VNC

___
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] still problems w/ SiteAccess 2.0.0b3

2000-11-09 Thread The Doctor What

* The Doctor What ([EMAIL PROTECTED]) [001109 15:18]:
 I'm curious, you posted a message about SiteAccess.  I have the same
 problem, with Debian (Zope 2.2.2 and I've tried SiteAccess 2.0.0b3
 and b4).
 
 It producing the same errors you have, but in addition, I have this
 info from the stupid log file:
 2000-11-09T20:09:18 ERROR(200) Zope Couldn't install SiteAccess
 Traceback (innermost last):
   File /usr/lib/zope/lib/python/OFS/Application.py, line 488, in install_products
 (Object: ApplicationDefaultPermissions)
 (Info: SiteAccess)
   File /usr/lib/zope/lib/python/Products/SiteAccess/__init__.py, line 12, in 
initialize
   File /usr/lib/zope/lib/python/App/ProductContext.py, line 323, in registerHelp
 OSError: [Errno 2] No such file or directory
 
 
 I have no idea what's going on, and any help from you or the zope
 mailing list would be appreciated.

I figured it out.  With a little help from my friends.  This product
is missing a 'help' directory.  I'm not sure if this is a debian
feature or not, but attached is a patch to let zope load it whether
the directory exists or not.

I basically wrapped a try around the part of the code that looks for
the help directory and files within it.  This is the file
App/ProductContext.py, btw.

I'll see about fixing SiteAccess (and Plugin, which has the same
problem) for Debian.

Ciao!

-- 
Computers are useless.  They can only give you answers.
  -- Pablo Picasso

The Doctor What: "What, Doctor What" http://docwhat.gerf.org/
[EMAIL PROTECTED]   KF6VNC

___
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 )