Problem with re.findall?????!!!!!!!!!!

Aahz Maruch aahz at netcom.com
Mon Feb 21 10:52:32 EST 2000


In article <38B10F76.91DC90C1 at earthlink.net>,
J Donald  <jeddak at earthlink.net> wrote:
>
>I'm getting an AttributeError when I try to use re.findall or {my
>compiled re object}.findall.

IIRC, findall() requires Python 1.5.2; make sure you're both using that
version and that nothing left over from previous versions is being
accessed.
--
                      --- Aahz (Copyright 2000 by aahz at netcom.com)

Androgynous poly kinky vanilla queer het    <*>     http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

Love does not conquer all.  Humans are extremely flexible, usually more
flexible than we're willing to admit.  But some flexibility comes at a
cost, and sometimes that cost is more than we can bear.



More information about the Python-list mailing list