[libreoffice-users] Re: Python uno object comparison change in 3.5

2012-03-04 Thread Alexander Thurgood
Le 04/03/12 06:09, Andrew Douglas Pitonyak a écrit : Hi Andrew, > Is there a dev list for questions of this sort? I have frequently seen > polite responses that the dev list is for people doing development on > LO. Probably moot since Andreas seems to have pointed out a bug in the > script itsel

[libreoffice-users] Re: Python uno object comparison change in 3.5

2012-03-04 Thread David Bolen
Andreas Säger writes: > Hi, > > Your 3rd line is supposed to be: > TABALIGN_LEFT = uno.Enum("com.sun.star.style.TabAlign", "LEFT") Crud, I don't how how I missed that, sorry - it's a cut 'n paste error when posting. The test script didn't have that typo, but had other enumerations defined that

Re: [libreoffice-users] Re: Python uno object comparison change in 3.5

2012-03-03 Thread Andrew Douglas Pitonyak
On 03/03/2012 06:23 AM, Alexander Thurgood wrote: Le 03/03/12 01:57, David Bolen a écrit : Hi David, Any thoughts would be appreciated. Your best bet would be to post this question to the dev list, I would guess that you are more likely to get a response there. Is there a dev list for quest

[libreoffice-users] Re: Python uno object comparison change in 3.5

2012-03-03 Thread Andreas Säger
Hi, Your 3rd line is supposed to be: TABALIGN_LEFT = uno.Enum("com.sun.star.style.TabAlign", "LEFT") With this modification I can run your code with various Python runtimes of OpenOffice.org as well as LibreOffice 3.3: $ $OFFICE unocmp.py A: uno.com.sun.star.style.TabStop A: (com.sun.star.sty

[libreoffice-users] Re: Python uno object comparison change in 3.5

2012-03-03 Thread Alexander Thurgood
Le 03/03/12 01:57, David Bolen a écrit : Hi David, > > Any thoughts would be appreciated. > Your best bet would be to post this question to the dev list, I would guess that you are more likely to get a response there. Alex -- For unsubscribe instructions e-mail to: users+h...@global.lib