[Zope] Error when starting Zope 2.9.0

2006-02-01 Thread Hugo Ramos
Yellow ppl,

I've instaled Zope 2.9.0 on Fedora 4 using Python 2.4.2 compiled from
source. Everything ok.
I was trying to do exactly the same (Zope 2.9.0 with Python 2.4.2 from
source) in Debian 3.1 and I got the following error:

===
bsbserv035:/var/zope/inst1/bin# ./runzope
Traceback (most recent call last):
  File /var/zope/lib/python/Zope2/Startup/run.py, line 56, in ?
run()
  File /var/zope/lib/python/Zope2/Startup/run.py, line 19, in run
opts = _setconfig()
  File /var/zope/lib/python/Zope2/Startup/run.py, line 48, in _setconfig
opts.realize(doc=Sorry, no option docs yet.)
  File /var/zope/lib/python/zdaemon/zdoptions.py, line 273, in realize
self.load_schema()
  File /var/zope/lib/python/zdaemon/zdoptions.py, line 321, in load_schema
self.schema = ZConfig.loadSchema(self.schemafile)
  File /var/zope/lib/python/ZConfig/loader.py, line 31, in loadSchema
return SchemaLoader().loadURL(url)
  File /var/zope/lib/python/ZConfig/loader.py, line 65, in loadURL
return self.loadResource(r)
  File /var/zope/lib/python/ZConfig/loader.py, line 159, in loadResource
schema = ZConfig.schema.parseResource(resource, self)
  File /var/zope/lib/python/ZConfig/schema.py, line 27, in parseResource
xml.sax.parse(resource.file, parser)
  File /usr/local/lib/python2.4/xml/sax/__init__.py, line 33, in parse
parser.parse(source)
  File /usr/local/lib/python2.4/xml/sax/expatreader.py, line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
  File /usr/local/lib/python2.4/xml/sax/xmlreader.py, line 123, in parse
self.feed(buffer)
  File /usr/local/lib/python2.4/xml/sax/expatreader.py, line 207, in feed
self._parser.Parse(data, isFinal)
  File /usr/local/lib/python2.4/xml/sax/expatreader.py, line 300, in
start_element
self._cont_handler.startElement(name, AttributesImpl(attrs))
  File /var/zope/lib/python/ZConfig/schema.py, line 99, in startElement
getattr(self, start_ + name)(attrs)
  File /var/zope/lib/python/ZConfig/schema.py, line 475, in start_schema
keytype, valuetype, datatype = self.get_sect_typeinfo(attrs)
  File /var/zope/lib/python/ZConfig/schema.py, line 201, in get_sect_typeinfo
datatype = self.get_datatype(attrs, datatype, null, base)
  File /var/zope/lib/python/ZConfig/schema.py, line 194, in get_datatype
return self._registry.get(dtname)
  File /var/zope/lib/python/ZConfig/datatypes.py, line 398, in get
t = self.search(name)
  File /var/zope/lib/python/ZConfig/datatypes.py, line 423, in search
package = __import__(n, g, g, component)
  File /var/zope/lib/python/Zope2/Startup/datatypes.py, line 21, in ?
import OFS.Uninstalled
  File /var/zope/lib/python/OFS/Uninstalled.py, line 16, in ?
import  SimpleItem, Globals, Acquisition
  File /var/zope/lib/python/OFS/SimpleItem.py, line 26, in ?
import AccessControl.Role, AccessControl.Owned, App.Common
  File /var/zope/lib/python/AccessControl/__init__.py, line 17, in ?
from Implementation import setImplementation
  File /var/zope/lib/python/AccessControl/Implementation.py, line 98, in ?
setImplementation(C)
  File /var/zope/lib/python/AccessControl/Implementation.py, line
51, in setImplementation
from AccessControl import ImplC as impl
  File /var/zope/lib/python/AccessControl/ImplC.py, line 30, in ?
from ImplPython import RestrictedDTML, SecurityManager, ZopeSecurityPolicy
ImportError: No module named ImplPython
===

Any1 solved this already???


Regards

--
Hugo Ramos - [EMAIL PROTECTED]
http://otugga.blogspot.com/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Error when starting Zope 2.9.0

2006-02-01 Thread Andreas Jung



--On 1. Februar 2006 11:57:08 -0200 Hugo Ramos [EMAIL PROTECTED] wrote:


Yellow ppl,

I've instaled Zope 2.9.0 on Fedora 4 using Python 2.4.2 compiled from
source. Everything ok.
I was trying to do exactly the same (Zope 2.9.0 with Python 2.4.2 from
source) in Debian 3.1 and I got the following error:


Did you create an instance using make instance ?

-aj


pgpzDSR5agpgy.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Error when starting Zope 2.9.0

2006-02-01 Thread Hugo Ramos
I've used the following commands:

./configure --prefix=/var/zope --with-python=/usr/local/bin/python2.4
make
make install

cd /var/zope/bin/
./mkzopeinstance.py


Regards
Hugo



On 2/1/06, Andreas Jung [EMAIL PROTECTED] wrote:


 --On 1. Februar 2006 11:57:08 -0200 Hugo Ramos [EMAIL PROTECTED] wrote:

  Yellow ppl,
 
  I've instaled Zope 2.9.0 on Fedora 4 using Python 2.4.2 compiled from
  source. Everything ok.
  I was trying to do exactly the same (Zope 2.9.0 with Python 2.4.2 from
  source) in Debian 3.1 and I got the following error:

 Did you create an instance using make instance ?

 -aj





--
Hugo Ramos - [EMAIL PROTECTED]
http://otugga.blogspot.com/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Error when starting Zope 2.9.0

2006-02-01 Thread Hugo Ramos
Any ideas???


On 2/1/06, Hugo Ramos [EMAIL PROTECTED] wrote:
 I've used the following commands:

 ./configure --prefix=/var/zope --with-python=/usr/local/bin/python2.4
 make
 make install

 cd /var/zope/bin/
 ./mkzopeinstance.py


 Regards
 Hugo



 On 2/1/06, Andreas Jung [EMAIL PROTECTED] wrote:
 
 
  --On 1. Februar 2006 11:57:08 -0200 Hugo Ramos [EMAIL PROTECTED] wrote:
 
   Yellow ppl,
  
   I've instaled Zope 2.9.0 on Fedora 4 using Python 2.4.2 compiled from
   source. Everything ok.
   I was trying to do exactly the same (Zope 2.9.0 with Python 2.4.2 from
   source) in Debian 3.1 and I got the following error:
 
  Did you create an instance using make instance ?
 
  -aj
 
 
 


 --
 Hugo Ramos - [EMAIL PROTECTED]
 http://otugga.blogspot.com/



--
Hugo Ramos - [EMAIL PROTECTED]
http://otugga.blogspot.com/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Error when starting Zope 2.9.0

2006-02-01 Thread Jean Rodrigo Ferri

Hugo Ramos wrote:

I've used the following commands:

./configure --prefix=/var/zope --with-python=/usr/local/bin/python2.4
make
make install

cd /var/zope/bin/
./mkzopeinstance.py


Try:

$ python2.4 mkzopeinstance.py

--
Jean Ferri
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )