Importing zexps doesn't work, same error for all. Help?
I have assembled several zexp archives in my import directory, and I'm trying to import them as products on my Zope2.3.2 running on win2k. Directory of C:\Program Files\WebSite\import 139,532 ZopeTutorialExamples.zexp 112,995 nolabox.zexp 17,162 FormulatorExamples.zexp 27,801 gdchartdemo.zexp 40,520 IForum.zexp 4,838 magictree.zexp 382,870 DemoLocalForum.zexp 45,399 TimeTracker.zexp 235,283 WikiForum.zexp With the exception of Iforum, they all do almost the same thing. I go to products | import/export | - enter exact name of a given zexp - try both ways of take/keep permissions, same result: The object FormulatorExamples does not support this operation Traceback (innermost last): File C:\PROGRA~1\WEBSITE\lib\python\ZPublisher\Publish.py, line 223, in publish_module File C:\PROGRA~1\WEBSITE\lib\python\ZPublisher\Publish.py, line 187, in publish File C:\PROGRA~1\WEBSITE\lib\python\Zope\__init__.py, line 221, in zpublisher_exception_hook (Object: Traversable) File C:\PROGRA~1\WEBSITE\lib\python\ZPublisher\Publish.py, line 171, in publish File C:\PROGRA~1\WEBSITE\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: manage_importObject) File C:\PROGRA~1\WEBSITE\lib\python\ZPublisher\Publish.py, line 112, in call_object (Object: manage_importObject) File C:\PROGRA~1\WEBSITE\lib\python\OFS\ObjectManager.py, line 565, in manage_importObject (Object: Traversable) File C:\PROGRA~1\WEBSITE\lib\python\OFS\CopySupport.py, line 444, in _verifyObjectPaste (Object: Traversable) Copy Error: (see above) What am I doing wrong? Are these imports having a version problem, such as being written for a version of Zope that had an earlier import API? Thanks.
On Sun, Jun 03, 2001 at 09:03:08AM -0400, Jeff Kowalczyk wrote:
With the exception of Iforum, they all do almost the same thing.
I go to products | import/export | - enter exact name of a given zexp - try both ways of take/keep permissions, same result:
most .zexp files are designed to be imported directly into the folder where you want their functionality and are not designed to be imported into the products folder if a .zexp is designed to be a selectable type then the author will explicitly *tell* you to import it into the products folder first. i made the same error at first too, thinking that the product should be imported into the products folder so it could be selectable but nooooo, wrong wrong wrong... <g> hth, -- charlie blanchard http://baldguru.com/ LosAngeles area Zope Users Group http://lazug.org
participants (2)
-
Charlie Blanchard -
Jeff Kowalczyk