[python-win32] import cx_Oracle in ASP

2008-06-24 Thread Tibor Arpas
Hi, I'm trying to connect to database from ASP. I reduced my source to the following snippet: <%@ LANGUAGE = Python%> <% import sys for s in sys.path: Response.Write(s) Response.Write("") import cx_Oracle %> After invoking the asp page I get the following result: C:\ActivePyth

[python-win32] COM Base Class and derived classes

2008-07-15 Thread Tibor Arpas
Hi, I'm new to both python and COM. I try to use the win32com.client. Many things work like a charm, but I bumped into following problem. The COM server has following hierarchy of types: Component (Base class) -Folder -Drawing -Image -Form -Script - .. The components a

Re: [python-win32] COM Base Class and derived classes

2008-07-16 Thread Tibor Arpas
eeing a problem caused by what you describe? If so, what? If the > problem is that the methods etc from the sub-class aren't seen, then check > out win32com.client.CastTo() > > > > Cheers, > > > > Mark > > > > *From:* [EMAIL PROTECTED] [mailto: >