[mod_python] Compiling mod-python troubles

Bert Hughes b.hughes at factorymotorparts.com
Mon May 9 17:37:21 EDT 2005


More or less mindlessly, I would try modifying

r = re.compile('s, @%s@, (?P<OPTION_STRING>[^,]+), ' % (option_name))

to

r = re.compile(r's, @%s@, (?P<OPTION_STRING>[^,]+), ' % (option_name))
                     
a 'raw' string.


Bert Hughes




More information about the Mod_python mailing list