[Zope3-Users] help ! Zope 3.2.1 won't start any longer !

2006-09-13 Thread catonano

Microsoft Windows XP [Versione 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\adrianod:

D:\ZopeIstanza\bin\runzope
Error: 'formatter' is not a known key name
(line 103 in file:/D|/ZopeIstanza/etc/zope.conf)
For help, use D:\ZopeIstanza\bin\runzope -h

D:\

well, I admit I tweaked the python installation. PyReadline was not 
installed so IPython didn't sport autocompletion !


probably I reinstalled something without removing it first ! But I 
an't remeber what !


Then I removed evrything and reinstalled ALL

1) python

2) python extensions
http://starship.python.net/crew/mhammond

3) ctypes
http://starship.python.net/crew/theller/ctypes

4) pyreadline
http://projects.scipy.org/ipython/ipython/wiki/PyReadline/Intro

5) Zope

I also tried to remove all and reinstall JUST python and Zope

Same result !

Please help me ! What can I do ?

Please don't suggest me to format the disk, reinstall windows and 
then Pyhton, Zope, etc !


Thanks so much !
Bye
Catonano


___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] help ! Zope 3.2.1 won't start any longer !

2006-09-13 Thread Tom Dossis
catonano wrote:
 Microsoft Windows XP [Versione 5.1.2600]
 (C) Copyright 1985-2001 Microsoft Corp.
 
 C:\Documents and Settings\adrianod:
 
 D:\ZopeIstanza\bin\runzope
 Error: 'formatter' is not a known key name
 (line 103 in file:/D|/ZopeIstanza/etc/zope.conf)
 For help, use D:\ZopeIstanza\bin\runzope -h

Try commenting out the problem line(s) in your zope.conf, e.g.

  logfile
path $LOGDIR/z3.log
# formatter zope.exceptions.log.Formatter
  /logfile

  logfile
path STDOUT
# formatter zope.exceptions.log.Formatter
  /logfile


In my zope 3.2 instance, the zope.conf file doesn't contain the
formatter params. (but my 3.3 version does).


___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] help ! Zope 3.2.1 won't start any longer !

2006-09-13 Thread catonano

Tom,

At 00.57 14/09/2006, Tom Dossis wrote:

catonano wrote:
 Microsoft Windows XP [Versione 5.1.2600]
 (C) Copyright 1985-2001 Microsoft Corp.

 C:\Documents and Settings\adrianod:

 D:\ZopeIstanza\bin\runzope
 Error: 'formatter' is not a known key name
 (line 103 in file:/D|/ZopeIstanza/etc/zope.conf)
 For help, use D:\ZopeIstanza\bin\runzope -h

Try commenting out the problem line(s) in your zope.conf, e.g.

  logfile
path $LOGDIR/z3.log
# formatter zope.exceptions.log.Formatter
  /logfile

  logfile
path STDOUT
# formatter zope.exceptions.log.Formatter
  /logfile


In my zope 3.2 instance, the zope.conf file doesn't contain the
formatter params. (but my 3.3 version does).


Wow ! Thanks, it works !

I was really scared !

Where do those lines come from ? I don't understand ! I just used the 
3.2.1 installer !


Bah !

Thanks anyhow !

Bye
Catonano 



___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users