James Matthews wrote:
> There should be a mediawiki on this stuff already!
There used to be a collection of Office/COM scripts at
win32com.de, but that site appears to be gone. Anybody
know if it's moved or if there's a mirror anywhere ?
Roger
_
Sorry i was in a bit or a rush
def next_page_finder(site):
site = urlopen(site).read()
next_site_pages = findall(r'\?Brand=\d+\&pg=\d+',site)
return next_site_pages
On 11/17/06, Bob Gailer <[EMAIL PROTECTED]> wrote:
James Matthews wrote:
> I have this RE things= re.findall(r'\?Br
On 11/17/06, rieh25 <[EMAIL PROTECTED]> wrote:
>
> Ok, thanks...
>
>
> Jim Vickroy wrote:
> >
> > rieh25 wrote:
> >
> >>I'm thinking of implementing pywin32 to implement access to an Oracle
> >>database, to users of an application built in Zope . Is this a good idea,
> or
> >>is pywin32's odbc feat