> Hi, > > I have found the solution. > Just pip install pastescript. > However, to make the logger configurations effective, we need to fix a bug > here: > > File: /plugins/python/pyloader.c > Line: 669 > From: PyTuple_SetItem(paste_logger_arg, 0, PyString_FromString(paste)); > To: PyTuple_SetItem(paste_logger_arg, 0, PyString_FromString(paste + 7)); > > That will remove the string "config:" from the string named paste so as to > become a valid file name which will be handled by ConfigParser.read(). >
This has been fixed in 1.1-snapshot8 (or latest tip) Thanks -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
