James Matthews wrote:
> I have this RE  things= re.findall(r'\?Brand\=\w+\&pg=\w+',site) now
> when i run it against a site it returns everything in a list ( in the
> interactive interpreter however when i run it start alone it won't
> work?? Why?

Show us an example, including what you expect and what you see.  We
can't read minds, yet.

There's no need to quote the =.  It isn't special.

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to