Re: loadComponentFromURL & AttributeError: broken if using a std python, ok w/ OOo'python
Sandro <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, further investigation on this problem tuned out in an important
peace of information.
Everithing is working with the python installation that comes with
openoffice, but I still have an installation of Windows2003 that works
with a std installation.
So the question is: what should I do to be able to use module 'uno'
under windows for a standard installation?
I repeat that the problem I have is that:
* 'import uno' works
* desktop = context.ServiceManager.createInstanceWithContext(
"com.sun.star.frame.Desktop", context)
works but desktop does not have attribute 'loadComponentFromURL'
Can you please suggest which care should I take to use that module?
thanks in advance
sandro
*:-)