Re: problems with python3.3 and UNO components

2012-12-10 Thread Xisco Faulí
Hi there, On Mon, 2012-11-26 at 10:07 +0100, Xisco Faulí wrote: I rebuilt master with the latest changes made by Michael Stahl, Michael Meeks and Julien Nabet and desktop.addTerminateListener(TerminateListenerProcAdapter(test)) does not fail anymore. However, print(dir(desktop)) still

Re: problems with python3.3 and UNO components

2012-12-05 Thread Michael Meeks
Hi there, On Mon, 2012-11-26 at 10:07 +0100, Xisco Faulí wrote: I rebuilt master with the latest changes made by Michael Stahl, Michael Meeks and Julien Nabet and desktop.addTerminateListener(TerminateListenerProcAdapter(test)) does not fail anymore. However, print(dir(desktop)) still yells

Re: problems with python3.3 and UNO components

2012-11-26 Thread Xisco Faulí
Hello all, I rebuilt master with the latest changes made by Michael Stahl, Michael Meeks and Julien Nabet and desktop.addTerminateListener(TerminateListenerProcAdapter(test)) does not fail anymore. However, print(dir(desktop)) still yells the same problem. Anyway, I could already launch fax

problems with python3.3 and UNO components

2012-11-22 Thread Xisco Faulí
Hello all, I built libreoffice with python3.3 today in order to adapt python code to this version and I realized python3.3 has a different behaviour interacting with UNO components than python2.7 does. Just to check it I created a simple script: import unohelper def test(): localContext =