[udk-dev] PyUNO 2.0 storeToURL bug ?

2005-07-26 Thread Laurent Godard
Hi all i simply try to load/export a file using PyUNO in OOo2 (m118) (code at the end) i end with this error Traceback (most recent call last): File ./testMe.py, line 23, in ? sourceDoc.storeToURL(url,args) AttributeError: storeToURL while all is ok with 1.1.4 the same code (or nearly)

Re: [udk-dev] PyUNO 2.0 storeToURL bug ?

2005-07-26 Thread Joerg Budischewski
Hi, please check, what sourceDoc is e.g. with print sourceDoc unohelper.inspect( sourceDoc ) and whether it supports the desired interface. I think you get this message, when sourceDoc is None. Bye, Joerg Laurent Godard wrote: Hi all i simply try to load/export a file using PyUNO in