python com, early and late binding problem

christian christian.schmutzer at gmx.net
Fri Aug 30 08:20:03 EDT 2002


Hi.

I am using the com interface of an app called
"alienbrain"(source-control program).
The problem is that I have to use early binding, (generate a
python-wrapper file), in order to use some of alienbrains com
methodes, dynamic binding does not work!
Using dynamic binding, I get an "Attribute error", seems that the
methode I try to use does not exist, or whatever...

An explanation to this would be very helpful.

thanks for help



More information about the Python-list mailing list