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 <[email protected]> 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 > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
