April 19, 2002
3:38 a.m.
"SKM" == Sarah K Miller <techgrrl@beeze.com> writes:
SKM> I discovered that this error is caused when there is a dash
SKM> (-) entered in the Regexp for the topic keywords. Remove the
SKM> dash, end of error.
Probably depends on where the dash is. Can you show me the exact regexp you entered?
Also, note that Python's regexp syntax is described here:
http://www.python.org/doc/current/lib/re-syntax.html
-Barry