[IronPython] new to Iron and question.

Vernon Cole vernondcole at gmail.com
Mon Feb 2 17:48:48 CET 2009


I think that COM is a Windows only thing. I have never heard of it existing
in the Linux world.
Perhaps the Mono people have emulated DCOM (Distributed COM)?, and will
answer here.
Otherwise, you are out of luck as far as running on Linux is concerned.

If you want to run this on Windows, you can access MySQL using adodbapi,
which does the necessary COM for you.
See http://adodbapi.sourceforge.net
The MySQL server can be on either a Linux or Windows machine. My test server
runs on Ubuntu Linux.
--
Vernon Cole

On Mon, Feb 2, 2009 at 9:05 AM, Glauco Uri <glauco.uri at prometeia.it> wrote:

> Hi all, i'm new here, but not to python...
> I've started to study IronPy for thi problem.
>
>
> I'm developing a web application for data storing.
> Application is py + Turbogears + Mysql
>
> Most of data come from a COM object installed on a Windows server.
> This is a financial statistical  software developed for interaction with
> Microsoft office product.
> With python and win32 is possible to use it and automate some work......
> but my purpose is to have an unique server linux  and i cannot figure how to
> use this COM object.
>
>
> some suggestion?
>
> than you
> Glauco
>
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090202/8f15ec62/attachment.html>


More information about the Ironpython-users mailing list