Re: [dev] OpenOffice.org 3.4 release and some changes

2011-01-20 Thread Stephan Bergmann
On 01/19/11 13:58, Martin Hollmichel wrote: On 01/19/2011 12:51 PM, Stephan Bergmann wrote: On 01/19/11 12:19, Martin Hollmichel wrote: * branch off for release will happen after stabilization phase Stabilization phase might be an unlucky term here. I hope it is not meant to imply that

[dev] loadComponentFromURL AttributeError

2011-01-20 Thread Sandro
Hi I'm using uno from python. The script I use is working under Ubuntu 10.04 (OO 3.2) and Windows 2003 +OOo3 but in XP with OOo 3.2 (italian) is failing with an attribute error on loadComponentFromURL. Googling around it seems an error that was present in OOo 3.0.0 due to URE_BOOTSTRAP, so I

Re: [dev] loadComponentFromURL AttributeError

2011-01-20 Thread Stephan Bergmann
On 01/20/11 11:25, Sandro wrote: Hi I'm using uno from python. The script I use is working under Ubuntu 10.04 (OO 3.2) and Windows 2003 +OOo3 but in XP with OOo 3.2 (italian) is failing with an attribute error on loadComponentFromURL. Is the OOo3 you use with Windows 2003 the same version as

Re: [dev] OpenOffice.org 3.4 release and some changes

2011-01-20 Thread Martin Hollmichel
On 01/20/2011 10:42 AM, Stephan Bergmann wrote: On 01/19/11 13:58, Martin Hollmichel wrote: On 01/19/2011 12:51 PM, Stephan Bergmann wrote: On 01/19/11 12:19, Martin Hollmichel wrote: * branch off for release will happen after stabilization phase Stabilization phase might be an unlucky term

[dev] Re: loadComponentFromURL amp; AttributeError

2011-01-20 Thread Sandro
Hi Stephan, Stephan Bergmann stephan.bergmann at oracle.com writes: On 01/20/11 11:25, Sandro wrote: Hi I'm using uno from python. The script I use is working under Ubuntu 10.04 (OO 3.2) and Windows 2003 +OOo3 but in XP with OOo 3.2 (italian) is failing with an attribute error on

Re: [dev] Re: loadComponentFromURL amp; AttributeError

2011-01-20 Thread Stephan Bergmann
On 01/20/11 13:43, Sandro wrote: The simple demo that raises an error is: import os import uno from com.sun.star.beans import PropertyValue OutOfBoundsException = uno.getClass(com.sun.star.lang.IndexOutOfBoundsException) local = uno.getComponentContext() resolver =

[dev] Re: loadComponentFromURL amp;amp; AttributeError

2011-01-20 Thread Sandro
Stephan Bergmann stephan.bergmann at oracle.com writes: On 01/20/11 13:43, Sandro wrote: The simple demo that raises an error is: import os import uno from com.sun.star.beans import PropertyValue OutOfBoundsException = uno.getClass(com.sun.star.lang.IndexOutOfBoundsException)