Thanks Volodymyr and Alex, Am Dienstag, 1. März 2011, um 13:23:59 schrieb Volodymyr Cherepanyak: > Hi Martin, > > Please clarify which versions of *.transmogrifier packages you are using. > > We are exporting Plone 2.5 content successfully with this branch: > http://svn.quintagroup.com/products/quintagroup.transmogrifier/branches/plo > ne-2.1/ yes that is the one I was using too
> The SimpleBlog can be converted into Quills with: > http://svn.quintagroup.com/products/quintagroup.transmogrify.simpleblog2qui > lls/ Yes but I did not arrive there, because the export failed already. I guess also you do not need this step if you want to get rid of a special blog add-on product in the target website (since Quills is not available in 4.0). Here is the full trace to exit: myold2$ bin/instance fg /home/martin/myold2/parts/instance/bin/runzope -X debug-mode=on 2011-03-01 14:41:56 INFO ZServer HTTP server started at Tue Mar 1 14:41:56 2011 Hostname: 0.0.0.0 Port: 8080 2011-03-01 14:41:56 INFO ZServer WebDAV server started at Tue Mar 1 14:41:56 2011 Hostname: 0.0.0.0 Port: 8085 2011-03-01 14:41:57 ERROR PortalTransforms Problem importing module safe_html : No module named bbb.OFS_interfaces 2011-03-01 14:41:57 ERROR PortalTransforms Problem importing module html_body : No module named bbb.OFS_interfaces 2011-03-01 14:41:57 ERROR PortalTransforms Problem importing module pdf_to_html : No module named bbb.OFS_interfaces 2011-03-01 14:41:57 ERROR PortalTransforms Problem importing module rtf_to_html : No module named bbb.OFS_interfaces 2011-03-01 14:41:57 ERROR PortalTransforms Problem importing module markdown_to_html : No module named bbb.OFS_interfaces 2011-03-01 14:41:57 ERROR PortalTransforms Problem importing module textile_to_html : No module named bbb.OFS_interfaces 2011-03-01 14:41:57 ERROR Zope Could not import Products.ATContentTypes Traceback (most recent call last): File "/home/martin/myold2/parts/zope2/lib/python/OFS/Application.py", line 698, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/home/martin/myold2/parts/plone/ATContentTypes/__init__.py", line 44, in ? from Products.Archetypes.public import process_types File "/home/martin/myold2/parts/plone/Archetypes/__init__.py", line 53, in ? from Products.Archetypes.ArchetypeTool import ArchetypeTool, \ File "/home/martin/myold2/parts/plone/Archetypes/ArchetypeTool.py", line 34, in ? from Products.CMFDefault.DublinCore import DefaultDublinCoreImpl File "/home/martin/myold2/parts/plone/CMFDefault/__init__.py", line 25, in ? from Products.GenericSetup import BASE File "/home/martin/myold2/parts/plone/GenericSetup/__init__.py", line 10, in ? from registry import _profile_registry as profile_registry File "/home/martin/myold2/parts/plone/GenericSetup/registry.py", line 32, in ? from utils import HandlerBase File "/home/martin/myold2/parts/plone/GenericSetup/utils.py", line 38, in ? from Products.Five.bbb.OFS_interfaces import IOrderedContainer ImportError: No module named bbb.OFS_interfaces Traceback (most recent call last): File "/home/martin/myold2/parts/zope2/lib/python/Zope2/Startup/run.py", line 56, in ? run() File "/home/martin/myold2/parts/zope2/lib/python/Zope2/Startup/run.py", line 21, in run starter.prepare() File "/home/martin/myold2/parts/zope2/lib/python/Zope2/Startup/__init__.py", line 98, in prepare self.startZope() File "/home/martin/myold2/parts/zope2/lib/python/Zope2/Startup/__init__.py", line 257, in startZope Zope2.startup() File "/home/martin/myold2/parts/zope2/lib/python/Zope2/__init__.py", line 47, in startup _startup() File "/home/martin/myold2/parts/zope2/lib/python/Zope2/App/startup.py", line 45, in startup OFS.Application.import_products() File "/home/martin/myold2/parts/zope2/lib/python/OFS/Application.py", line 675, in import_products import_product(product_dir, product_name, raise_exc=debug_mode) File "/home/martin/myold2/parts/zope2/lib/python/OFS/Application.py", line 698, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/home/martin/myold2/parts/plone/ATContentTypes/__init__.py", line 44, in ? from Products.Archetypes.public import process_types File "/home/martin/myold2/parts/plone/Archetypes/__init__.py", line 53, in ? from Products.Archetypes.ArchetypeTool import ArchetypeTool, \ File "/home/martin/myold2/parts/plone/Archetypes/ArchetypeTool.py", line 34, in ? from Products.CMFDefault.DublinCore import DefaultDublinCoreImpl File "/home/martin/myold2/parts/plone/CMFDefault/__init__.py", line 25, in ? from Products.GenericSetup import BASE File "/home/martin/myold2/parts/plone/GenericSetup/__init__.py", line 10, in ? from registry import _profile_registry as profile_registry File "/home/martin/myold2/parts/plone/GenericSetup/registry.py", line 32, in ? from utils import HandlerBase File "/home/martin/myold2/parts/plone/GenericSetup/utils.py", line 38, in ? from Products.Five.bbb.OFS_interfaces import IOrderedContainer ImportError: No module named bbb.OFS_interfaces _______________________________________________ Setup mailing list [email protected] https://lists.plone.org/mailman/listinfo/setup
