Menu

Error. Instalation v.2.a on gentoo.

kinep
2005-05-27
2013-06-04
  • kinep

    kinep - 2005-05-27

    Zope v.2.7.5

    all modulesinstalling ok, but when I add CookieCrumbler and try to run zope i see:
      File "/home/sites/MailManager/Products/MailManager/MailManager.py", line 26, in ?
        from Products.FileSystemSite.DirectoryView import manage_addDirectoryView
    ImportError: No module named FileSystemSite.DirectoryView

    Same with CookieCrumbler v.1.2

    But when I rmoving MailManager from modules zope starting normal (with all 3d modules including CookieCrumbler)

    thanks.

    whole traceback:

    2005-05-27T16:27:24 ERROR(200) Zope Could not import Products.MailManager
    Traceback (most recent call last):
      File "/usr/lib/zope-2.7.5/lib/python/OFS/Application.py", line 673, in import_product
        product=__import__(pname, global_dict, global_dict, silly)
      File "/home/sites/MailManager/Products/MailManager/__init__.py", line 10, in ?
        import MailManager, MMUserFolder
      File "/home/sites/MailManager/Products/MailManager/MailManager.py", line 26, in ?
        from Products.FileSystemSite.DirectoryView import manage_addDirectoryView
    ImportError: No module named FileSystemSite.DirectoryView
    Traceback (most recent call last):
      File "/usr/lib/zope-2.7.5/lib/python/Zope/Startup/run.py", line 50, in ?
        run()
      File "/usr/lib/zope-2.7.5/lib/python/Zope/Startup/run.py", line 19, in run
        start_zope(opts.configroot)
      File "/usr/lib/zope-2.7.5/lib/python/Zope/Startup/__init__.py", line 52, in start_zope
        starter.startZope()
      File "/usr/lib/zope-2.7.5/lib/python/Zope/Startup/__init__.py", line 231, in startZope
        Zope.startup()
      File "/usr/lib/zope-2.7.5/lib/python/Zope/__init__.py", line 47, in startup
        _startup()
      File "/usr/lib/zope-2.7.5/lib/python/Zope/App/startup.py", line 45, in startup
        OFS.Application.import_products()
      File "/usr/lib/zope-2.7.5/lib/python/OFS/Application.py", line 650, in import_products
        import_product(product_dir, product_name, raise_exc=debug_mode)
      File "/usr/lib/zope-2.7.5/lib/python/OFS/Application.py", line 673, in import_product
        product=__import__(pname, global_dict, global_dict, silly)
      File "/home/sites/MailManager/Products/MailManager/__init__.py", line 10, in ?
        import MailManager, MMUserFolder
      File "/home/sites/MailManager/Products/MailManager/MailManager.py", line 26, in ?
        from Products.FileSystemSite.DirectoryView import manage_addDirectoryView
    ImportError: No module named FileSystemSite.DirectoryView

     
    • Peter George

      Peter George - 2005-05-27

      Thanks for your message. We'll try to get you a resolution on this this afternoon.

       
    • Andrew Veitch

      Andrew Veitch - 2005-05-27

      This was reported earlier as bug 1208825. The README misses out the need for the FileSystemSite product - see the updated README at:

      http://cvs.sourceforge.net/viewcvs.py/mailmanager/mailmanager/README.txt?rev=1.22.2.4&only_with_tag=RELENG_2_0&view=markup

      The ThirdParty module currently just contains the Third Party modules for MailManager 1.1 we will release a new Third Party that's up to date for MailManager 2.0.

      Note that the 2.0 release is still an alpha and we do not recommend that it is used at this stage.

       

Log in to post a comment.