Somebody has working STUPID_LOG_FILE under windows?? -- __o _ \<_ (_)/(_) Saludos de Julián EA4ACL -.-
On Thursday 18 October 2001 11:09, Julián Muñoz Domínguez wrote:
Somebody has working STUPID_LOG_FILE under windows??
We have it working in our Zope Service by setting the environment variable before we exec python for Zope. See: http://www.zope.org/Members/richard/zope_controller/win/ The GUI has an entry for choosing the log file location. Richard
The problem I have is that it doesn't work I have put SET STUPID_LOG_FILE=e:\archivos de programa\zwin\var\zope.log in the first line of start.bat, and Zopes blocs a the begining On Thu, 18 Oct 2001, Richard Jones wrote:
On Thursday 18 October 2001 11:09, Julián Muñoz Domínguez wrote:
Somebody has working STUPID_LOG_FILE under windows??
We have it working in our Zope Service by setting the environment variable before we exec python for Zope. See:
http://www.zope.org/Members/richard/zope_controller/win/
The GUI has an entry for choosing the log file location.
Richard
_______________________________________________ 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 )
-- __o _ \<_ (_)/(_) Saludos de Julián EA4ACL -.-
Julián Muñoz Domínguez wrote:
I have put SET STUPID_LOG_FILE=e:\archivos de programa\zwin\var\zope.log in the first line of start.bat,
...and that's got a load of spaces in it ;-) Try this: SET STUPID_LOG_FILE="e:\archivos de programa\zwin\var\zope.log" cheers, Chris
Julián Muñoz Domínguez wrote:
I have put SET STUPID_LOG_FILE=e:\archivos de programa\zwin\var\zope.log in the first line of start.bat,
...and that's got a load of spaces in it ;-)
Try this: SET STUPID_LOG_FILE="e:\archivos de programa\zwin\var\zope.log"
Well on Windows 2000 it works with spaces: C:\>set TEST=some stuff with spaces C:\>echo %TEST% some stuff with spaces Reinoud
participants (4)
-
Chris Withers -
Julián Muñoz Domínguez -
Reinoud van Leeuwen -
Richard Jones