Thanks! That did it. I must have been doing it right before and just wasn't paying attention this time.
Joel Mark Sapiro wrote: > Joel Ebel wrote: > > >>I'm getting an error that is just beyond my abilities to interpret. >>This is on debian sarge, running mailman 2.1.5. This actually worked >>just a bit ago, and now I'm getting this. I'm just not sure where to >>look for what changed. >> >>talon:/var/lib/mailman/bin# ./withlist -l -r fix_url.py trilug >>Importing fix_url... >>Running fix_url.py()... >>Traceback (most recent call last): >> File "./withlist", line 275, in ? >> main() >> File "./withlist", line 250, in main >> func = getattr(mod, callable) >>AttributeError: 'module' object has no attribute 'py' >> >> >>What's going on here? > > > Don't use the .py extension. Use > > talon:/var/lib/mailman/bin# ./withlist -l -r fix_url trilug > > -- > Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, > San Francisco Bay Area, California better use your sense - B. Dylan > _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers 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-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
