zope start errors
Greetings all: Sorry for this newbie question but zope fails to start reporting the local is not supported. Looking at z2.py L is set too '' which means it should default to the system default, and locale is installed in python as a module. The reason I am asking for info is that this system is a fresh 7.3 SuSE install including python and zope rpm from SuSE. In the past when installing zope and python from source I have not seen this error befor. Has any other SuSE user see this error form a stock system. Best Chris H.
when you are using the -L switch it is to be like this -L "gr" Robert ----- Original Message ----- From: "Chris Herrnberger" <chris123@magma.ca> To: "zope" <zope@zope.org> Sent: Saturday, December 22, 2001 4:06 AM Subject: [Zope] zope start errors
Greetings all:
Sorry for this newbie question but zope fails to start reporting the local is not supported. Looking at z2.py L is set too '' which means it should default to the system default, and locale is installed in python as a module.
The reason I am asking for info is that this system is a fresh 7.3 SuSE install including python and zope rpm from SuSE. In the past when installing zope and python from source I have not seen this error befor. Has any other SuSE user see this error form a stock system.
Best
Chris H.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Chris Herrnberger writes:
The reason I am asking for info is that this system is a fresh 7.3 SuSE install including python and zope rpm from SuSE. In the past when installing zope and python from source I have not seen this error befor. Has any other SuSE user see this error form a stock system. I did not use Zope from SuSE 7.3 but I (accidentally) compared the Python 2.1.1 distributed with SuSE 7.3 with the one I compiled from source (without any special options):
My Python was about 50 % faster that SuSE's Thus, it is probably wise not to use the SuSE Python... Dieter
participants (3)
-
Chris Herrnberger -
Dieter Maurer -
Robert Rottermann