[Zope] Problem installing zope products

Darrin Nova d_dot@MailAndNews.com
Tue, 2 Jan 2001 15:10:17 -0500


Hello,

I am having problems installing zope products (*.zexp files) using the import 
function.

I have tried several products including TimeTracker-0.0.3.zexp, 
EvTracker.zexp, ZPhotoAlbum-1.0.zexp and others. I get the same error when 
trying to install these three.

For example with Time Tracker I get...

The object TimeTracker does not support this operation
   
Traceback (innermost last):
  File /opt/zope/Zope-2.2.4-src/lib/python/ZPublisher/Publish.py, line 222, in 
publish_module
  File /opt/zope/Zope-2.2.4-src/lib/python/ZPublisher/Publish.py, line 187, in 
publish
  File /opt/zope/Zope-2.2.4-src/lib/python/Zope/__init__.py, line 221, in 
zpublisher_exception_hook
    (Object: ApplicationDefaultPermissions)
  File /opt/zope/Zope-2.2.4-src/lib/python/ZPublisher/Publish.py, line 171, in 
publish
  File /opt/zope/Zope-2.2.4-src/lib/python/ZPublisher/mapply.py, line 160, in 
mapply
    (Object: manage_importObject)
  File /opt/zope/Zope-2.2.4-src/lib/python/ZPublisher/Publish.py, line 112, in 
call_object
    (Object: manage_importObject)
  File /opt/zope/Zope-2.2.4-src/lib/python/OFS/ObjectManager.py, line 537, in 
manage_importObject
    (Object: ApplicationDefaultPermissions)
  File /opt/zope/Zope-2.2.4-src/lib/python/OFS/CopySupport.py, line 406, in 
_verifyObjectPaste
    (Object: ApplicationDefaultPermissions)
Copy Error: (see above)


I am running zope 2.2.4 on Debian Linux (Potato). I installed this from source 
instead of from the .deb in the /opt/zope/Zope-2.2.4-src/ directory as you can 
see from the error mesages.

I can't understand why these errors occur. The scripts under zope are all 
owned by the user nobody.

Some help or guidance would be greatly appreciated since these products seem 
quite powerfull and usefull.

Thanks.

Darrin