[Zope-dev] Reg Zope Installation Problem

2005-07-19 Thread praba kar
Dear All,

I try to install zope 2.7.0.  After the
installation. I have create zope installation
directory using mkzopeinstance.py.  From that
zope installation directory I try to run
bin/runzope command.  But It will give
below type error.
***

--
2005-07-19T19:00:04 INFO(0) ZServer HTTP server
started at Tue Jul 19 19:00:04 2005
Hostname: localhost.localdomain
Port: 8080
--
2005-07-19T19:00:04 INFO(0) ZServer FTP server started
at Tue Jul 19 19:00:04 2005
Hostname: prabahar
Port: 8021
--
2005-07-19T19:00:04 INFO(0) Zope Set effective user to
enmail
Traceback (most recent call last):
  File
/Programs/Zope/2.7.0/lib/python/Zope/Startup/run.py,
line 49, in ?
run()
  File
/Programs/Zope/2.7.0/lib/python/Zope/Startup/run.py,
line 19, in run
start_zope(opts.configroot)
  File
/Programs/Zope/2.7.0/lib/python/Zope/Startup/__init__.py,
line 51, in start_zope
starter.startZope()
  File
/Programs/Zope/2.7.0/lib/python/Zope/Startup/__init__.py,
line 230, in startZope
Zope.startup()
  File
/Programs/Zope/2.7.0/lib/python/Zope/__init__.py,
line 45, in startup
from Zope.App.startup import startup as _startup
  File
/Programs/Zope/2.7.0/lib/python/Zope/App/startup.py,
line 30, in ?
import OFS.Application
  File
/Programs/Zope/2.7.0/lib/python/OFS/Application.py,
line 18, in ?
import Globals,Folder,os,sys,App.Product,
App.ProductRegistry, misc_
  File
/Programs/Zope/2.7.0/lib/python/App/Product.py, line
44, in ?
from HelpSys.HelpSys import ProductHelp
  File
/Programs/Zope/2.7.0/lib/python/HelpSys/__init__.py,
line 15, in ?
import HelpSys
  File
/Programs/Zope/2.7.0/lib/python/HelpSys/HelpSys.py,
line 18, in ?
from Products.ZCatalog.ZCatalog import ZCatalog
  File
/Programs/Zope/2.7.0/lib/python/Products/ZCatalog/__init__.py,
line 16, in ?
import ZCatalog, Catalog, CatalogAwareness,
CatalogPathAwareness, ZClasses
  File
/Programs/Zope/2.7.0/lib/python/Products/ZCatalog/ZCatalog.py,
line 39, in ?
from IZCatalog import IZCatalog
  File
/Programs/Zope/2.7.0/lib/python/Products/ZCatalog/IZCatalog.py,
line 236, in ?
__doc__ = IZCatalog.__doc__ + __doc__
TypeError: unsupported operand type(s) for +:
'NoneType' and 'NoneType'
*
Kindly let me know what is the problem ? I didn't know
how to update zope.conf file.  Kindly guide
me how to start zope service

regards
Prabahar.





___
Too much spam in your inbox? Yahoo! Mail gives you the best spam protection for 
FREE! http://in.mail.yahoo.com
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Re: [Zope-Coders] Upcoming 2.8.1 release

2005-07-19 Thread Tim Peters
[Andreas Jung]
 Just the usual reminder from the release management :-) Zope 2.8.1 b1
 will be released next Wednesday

[Tim Peters]
 Is this correct?  Please confirm.

 http://www.zope.org/Wikis/DevSite/Projects/Zope2.8/MilestonePlan

 still says

 2.8.1 b1: 2005/7/27
 2.8.1 final: 2005/08/10

[Andreas]
 Argh...you're right again...I wonder why my Ical has all release dates one
 week earlier. I was not my goal to annoy or anger you :-)

Good thing, too, since you accomplished neither -- I was simply in a
state of panic.  I'm much calmer now -- thanks wink.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )