Exposing object model in Python?

Steve Holden sholden at holdenweb.com
Fri Jun 27 10:48:42 EDT 2003


"MK" <MK at foo.com> wrote ...
> "Steve Holden" <sholden at holdenweb.com> wrote
>
> > If you can get a look at "Python Programming on Win32" by Mark Hammond
and
> > Andy Robinson that will show you a number of ways to do this, including
> > writing a COM server in Python and providing Python scripting facilities
> to
> > your users.
>
>
> Is COM platform-specific? I believe it is, but I may be wrong.
> (Anyway I'm sure it's platform specific, no matter what MS says.)
> If it is platform-specific, then that's not what I need.
> I'd like to expose my object model on every Python-enabled
> platform.
>

In which case look at the bit about providing scripting facilities (the
Effbot has pointed the way). You're right, COM is platform-specific, despite
MS protestations.

regards
--
Steve Holden                                  http://www.holdenweb.com/
Python Web Programming                 http://pydish.holdenweb.com/pwp/







More information about the Python-list mailing list