Alexandro Colorado wrote:

I think marco's point is something similar to for example Python relationship with Mysql, there are two libraries, MySQLdb-python
and mysql-python which are wrappers sometimes overlapping each other.

But you see, that's very different. MySQL is a specific program. mysql-python only works with MySQL just like PyUNO only works with OOo. Making Python work with any office suite that works with OpenDocument is like making Python work with any database that implements the SQL language (MySQL, PostgreSQL, Oracle, Access, HSQLDB, etc).

This wont necesaryre-design or re-implement the API it will just simplify
the basic level of manipulation through wrappers.

No, that's now what Marco suggested. He wanted to be able to write a macro that goes embedded in a .odt file and works on both OOo and KOffice. That requires a new API (roughly speaking).

Cheers,
Daniel.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to