装了zope和plone以后,zope启 动的问题

沈涛 <[email protected]>
Newsgroups gmane.comp.web.zope.chinese
Message-ID <[email protected]>
我下载了Zope-2.7.2-0.tgz和Plone-2.0.4.tar.gz,安装Zope以后可以启动,再解压Plone以后把所有目录移动到instance home目录下的Products目录里,再启动zope的时候系统提示:

gentoo instance_home # bin/runzope &
[1] 24716
gentoo instance_home # ------
2004-09-14T05:52:38 INFO(0) ZServer HTTP server started at Tue Sep 14 05:52:38 2004
        Hostname: gentoo.abc.com
        Port: 110
------
2004-09-14T05:52:38 INFO(0) ZServer FTP server started at Tue Sep 14 05:52:38 2004
        Hostname: gentoo
        Port: 8021
------
2004-09-14T05:52:38 INFO(0) Zope Set effective user to "zope"
------
2004-09-14T05:52:41 INFO(0) IngeniWeb
NOTICE   global_symbols.py:20:Tue Sep 14 05:52:41 2004: 'Starting /usr/local/Zope-2.7.2/instance_home/Products/GroupUserFolder at 4 debug level'

------
2004-09-14T05:52:41 INFO(0) PlacelessTranslationService Applying patch
*** Patching ZPublisher.Publish with the get_request patch! ***
------
2004-09-14T05:52:41 DEBUG(-200) FileStorage create storage /usr/local/Zope-2.7.2/instance_home/var/Data.fs
------
2004-09-14T05:52:42 DEBUG(-200) TemporaryStorage create storage temporary storage for sessioning
------
2004-09-14T05:52:42 BLATHER(-100) ZODB Commiting subtransaction of size 6008
------
2004-09-14T05:52:42 INFO(0) Archetypes Products/Archetypes/content_driver/MSWord.py[20]:?
Failed to import the OpenOffice PyUNO content converter.
        Remind me to write a doc on how to set this up as its a better
        converter than wvWare and in somecases even MSWord

------
2004-09-14T05:52:44 ERROR(200) Plone Dependency
CMFFormController not found. Please download if from http://sf.net/projects/collective

------
2004-09-14T05:52:44 ERROR(200) Zope Couldn't install CMFPlone
Traceback (most recent call last):
  File "/usr/local/Zope-2.7.2/lib/python/OFS/Application.py", line 738, in install_product
    initmethod(context)
  File "/usr/local/Zope-2.7.2/instance_home/Products/CMFPlone/__init__.py", line 147, in initialize
    import FormTool, InterfaceTool, MigrationTool, PloneControlPanel
  File "/usr/local/Zope-2.7.2/instance_home/Products/CMFPlone/FormTool.py", line 4, in ?
    from Products.CMFFormController.ValidationError import ValidationError
ImportError: No module named CMFFormController.ValidationError
Traceback (most recent call last):
  File "/usr/local/Zope-2.7.2/lib/python/Zope/Startup/run.py", line 50, in ?
    run()
  File "/usr/local/Zope-2.7.2/lib/python/Zope/Startup/run.py", line 19, in run
    start_zope(opts.configroot)
  File "/usr/local/Zope-2.7.2/lib/python/Zope/Startup/__init__.py", line 51, in start_zope
    starter.startZope()
  File "/usr/local/Zope-2.7.2/lib/python/Zope/Startup/__init__.py", line 230, in startZope
    Zope.startup()
  File "/usr/local/Zope-2.7.2/lib/python/Zope/__init__.py", line 47, in startup
    _startup()
  File "/usr/local/Zope-2.7.2/lib/python/Zope/App/startup.py", line 96, in startup
    OFS.Application.initialize(application)
  File "/usr/local/Zope-2.7.2/lib/python/OFS/Application.py", line 278, in initialize
    initializer.initialize()
  File "/usr/local/Zope-2.7.2/lib/python/OFS/Application.py", line 305, in initialize
    self.install_products()
  File "/usr/local/Zope-2.7.2/lib/python/OFS/Application.py", line 560, in install_products
    return install_products(app)
  File "/usr/local/Zope-2.7.2/lib/python/OFS/Application.py", line 591, in install_products
    folder_permissions, raise_exc=debug_mode)
  File "/usr/local/Zope-2.7.2/lib/python/OFS/Application.py", line 738, in install_product
    initmethod(context)
  File "/usr/local/Zope-2.7.2/instance_home/Products/CMFPlone/__init__.py", line 147, in initialize
    import FormTool, InterfaceTool, MigrationTool, PloneControlPanel
  File "/usr/local/Zope-2.7.2/instance_home/Products/CMFPlone/FormTool.py", line 4, in ?
    from Products.CMFFormController.ValidationError import ValidationError
ImportError: No module named CMFFormController.ValidationError

[1]+  Exit 1                  bin/runzope
gentoo instance_home #




系统提示“CMFFormController not found”,但是plone解压的时候有“CMFFormController”这个目录,也移动到products目录下了,为啥还说找不到呢?
_______________________________________________
zope-chinese list
[email protected]
http://zope.cn/mailman/listinfo/zope-chinese
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.