Re: [python-win32] attributes fro pywin32 exceptions

2007-07-29 Thread Michel Claveau
Hello! > All comments welcome! CCC = Clear & Cool for a Caboodle OK, good work ; you can, now, go to holidays... if it's in France, I have some rocks (in drink), for you ;-o) @-salutations Michel Claveau ___ Python-win32 mailing list Python-

Re: [python-win32] Registering a Server COM to make it visible in thereference list

2007-07-29 Thread Rasjid Wilcox
> On 4/30/07, Mark Hammond <[EMAIL PROTECTED]> wrote: > > That list is of the type-libraries registered in the system, and by default, > > Python has no such typelib. It is possible to manually create a typelib > > that describes your object though - google for other posts by me on this > > topic.

Re: [python-win32] Registering a Server COM to make it visible in thereference list

2007-07-29 Thread Mark Hammond
> I am interested in helping with the auto creation of the typelib file. Excellent! Sadly, google can't seem to find my earlier posts on this topic. Many years ago I posted sample code that could create a typelib from pure-python. > > On 7/25/07, Rasjid Wilcox <[EMAIL PROTECTED]> wrote: > > As fo