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
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
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:
>