Re: [python-win32] wrapping objects from a COM server

2007-01-24 Thread Jonathan LaCour
rk. I ended up just writing some utility functions that can walk through the object's attributes recursively (including traversing lists/tuples) and wrap or unwrap accordingly. Its a little gross, but it works! Thanks again for the help. By and large, this project makes COM eas

Re: [python-win32] wrapping objects from a COM server

2007-01-24 Thread Jonathan LaCour
that for all comparisons. But, I see your point :) > But in general, this is something that I've always felt should > be implemented in one way or another. I don't have much time at > the moment though, but would be happy to help if you w

Re: [python-win32] wrapping objects from a COM server

2007-01-23 Thread Jonathan LaCour
. return wrap(p1) Right now, if I just wrap the "outer" Person instance, the bridge complains about not being able to convert a Title object into a COM VARIANT. If I could just tell it to use the existing `wrap` function, then it could do all of this bridging for me autom

[python-win32] wrapping objects from a COM server

2007-01-23 Thread Jonathan LaCour
that `win32com.server.util.wrap` will automatically be called on the way out of a method? Thanks in advance for any assistance you can provide! -- Jonathan LaCour http://cleverdevil.org ___ Python-win32 mailing list Python-win32@python.org http