[python-win32] Re: COM interface specs

2006-11-18 Thread Roger Upole
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 _

Re: [python-win32] RE working in interactive but not in regular code

2006-11-18 Thread James Matthews
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

Re: [python-win32] Does pywin32-odbc support several users?

2006-11-18 Thread Waldemar Osuch
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