use different versions of same product?
I would like to try and install the development version of WikiForNow in parallel with my existing ZWiki. Is it possible to use different versions of a Product at the same time? When I put ZWikiMaker.zexp in my import dir and try to import it, I get a number of errors, the last of which is: File /usr/local/Zope-2.3.0-src/./lib/python/App/ProductRegistry.py, line 131, in _manage_add_product_meta_type (Object: ApplicationDefaultPermissions) Type Exists: (see above) I take it the problem is that I already have registered ZWiki with a previous version. Is it possible to test drive new versions without disabling the previous one? John Hunter
In this case I think you're seeing a conflict between ZWiki's ZWikiWebs.zexp and WFN's ZWikiMaker.zexp. I did this the other day, IIRC go into the properties of the one you have installed and change it's meta_type to something else. Then you can install the other. Installing both python products simultaneously might be a bit more involved, but it's probably the same principle. -Simon
participants (2)
-
John Hunter -
Simon Michael