Problem with re.findall?????!!!!!!!!!!
Aahz Maruch
aahz at netcom.com
Mon Feb 21 10:52:32 EST 2000
More information about the Python-list mailing list
Mon Feb 21 10:52:32 EST 2000
- Previous message (by thread): Flying a kite about working with python
- Next message (by thread): Problem with re.findall?????!!!!!!!!!!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Flying a kite about working with python
- Next message (by thread): Problem with re.findall?????!!!!!!!!!!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list