[Zope-PTK] RE: latest CVS traceback
Daniel Fulton
me@danielfulton.org
Thu, 11 Jan 2001 03:44:25 -0500 (EST)
Duh! Answered my own stupidity. Be careful what you copy to the products
folder. Wizard and DemoPortal folders from a CVS checkout were mistakenly
copied into Products folder.
Daniel
>I installed latest from CVS (09-01-2001) and got the following traceback.
>
>I'm sure it's something simple that I can't get my brain around.
>
>Has anyone seen the below before?
>
>001-01-10T13:31:02 ERROR(200) Zope Couldn't install DemoPortal
>Traceback (innermost last):
>File /usr/local/zope222/lib/python/OFS/Application.py, line 478, in
>install_products
> (Object: ApplicationDefaultPermissions)
> (Info: DemoPortal)
> File /usr/local/zope222/lib/python/App/Product.py, line 435, in
>initializeProduct
> (Object: Products.DemoPortal)
> File /usr/local/zope222/lib/python/ZODB/ExportImport.py, line 208, in
>importFile
>cPickle.UnpicklingError: invalid load key, ''.
>
>
>------
>2001-01-10T13:31:02 ERROR(200) Zope Couldn't install Wizard
>Traceback (innermost last):
> File /usr/local/zope222/lib/python/OFS/Application.py, line 478, in
>install_pr
>oducts
> (Object: ApplicationDefaultPermissions)
> (Info: Wizard)
> File /usr/local/zope222/lib/python/App/Product.py, line 434, in
>initializeProd
>uct
> (Object: Products.Wizard)
> File /usr/local/zope222/lib/python/App/Product.py, line 378, in read
> File /usr/local/zope222/lib/python/App/Product.py, line 370, in _next
>zlib.error: Error -3 while decompressing [oversubscribed dynamic bit
>lengths tre
>e]
>
>Thanks in advance.
>
>Daniel