help with a com object

Alex Martelli aleaxit at yahoo.com
Thu Aug 31 03:59:33 EDT 2000


"Scott Hathaway" <slhath at home.com> wrote in message
news:Izgr5.96131$oj6.2037584 at news1.rdc1.tx.home.com...
> Everyone,
>
> Thanks for your help!  I now have the COM object working, but PHP it seems
> cannot handle the string.  I will post into the PHP group and see if
anyone
> knows why.
>
> It seems that I am doomed to knowing just enough about many languages to
be
> extremely dangerous and not knowing enough to be good in any of them.  the
> only language I am really good at is VB and I am frankly ashamed to admit
> this.

No shame...!  Can you access your Python-implemented COM object
from VB correctly?  That's useful to know.  And if you implement
this functionality in a VB 'ActiveX' (bah: it's really COM) DLL
[e.g. by delegating to the Python COM object], can you now access
it correctly from PHP...?


Alex






More information about the Python-list mailing list