Rob Jackson wrote:
>
>I used to be getting an error when I had it other
>places, and then when I moved it to the end, the error went away,


Because you were no longer executing the code.


>well it is
>back now that I am actualy hitting the code before it exits.  Here is my
>error.  Thanks for helping out with my ignorance.
>
>"May 11 11:54:49 2006 (11951) Uncaught runner exception: global name 're' is
>not defined"
>
>What is the best way to define 're'


@@ -17,6 +17,7 @@

 """Decorate a message by sticking the header and footer around it."""

+import re
 import logging

 from email.MIMEText import MIMEText


-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to