Re: [QA] Python version late for MacOS

2012-12-19 Thread Pedro Giffuni
Hi Alexandro; - Messaggio originale - > Da: Alexandro Colorado  ... > > Just as a note, OOo allows the user to select their own JVM and other > things such as classpath, and such on the Tools - Options - Java. > Could something like this be enabled for Python3 or 2 or would it be as >

Re: [QA] Python version late for MacOS

2012-12-19 Thread Alexandro Colorado
Just as a note, OOo allows the user to select their own JVM and other things such as classpath, and such on the Tools - Options - Java. Could something like this be enabled for Python3 or 2 or would it be as hard as porting the bridge? On Tue, Dec 18, 2012 at 3:53 PM, Pedro Giffuni wrote: > Hel

Re: [QA] Python version late for MacOS

2012-12-18 Thread Pedro Giffuni
Hello guys; Just a quick note that thanks to Tsutomu-san and some tweaking around the tree with the 2to3 python script we basically support Python 3 as a system version now. There may still be some issues to fix (especially with mailmerge) but it should work now. I still think we should use Pytho

Re: [QA] Python version late for MacOS

2012-12-10 Thread Pedro Giffuni
Hello Tsutomu; - Original Message - > From: Tsutomu Uchino  > > Hi, > > 2012/12/2, Pedro Giffuni : >> FWIW; >> >> After updating Python to 2.7.3 I started working on updating >> pyuno so that it works with Python3 and Python2. I didn't >> finish and I don't really have much time f

Re: [QA] Python version late for MacOS

2012-12-10 Thread Pedro Giffuni
Hello; Sorry for the delay answering. > > From: Alexandro Colorado   >On 12/1/12, Pedro Giffuni wrote: >> FWIW; >> >> After updating Python to 2.7.3 I started working on updating >> pyuno so that it works with Python3 and Python2. I didn't >> finish and I don't re

Re: [QA] Python version late for MacOS

2012-12-02 Thread Pedro Giffuni
Thank you Tsutomu-san! I am currently busy with other stuff but I am aware of what's needed in our pyuno layer so I will examine your code soon. Pedro. - Original Message - > From: Tsutomu Uchino > > Hi, > > 2012/12/2, Pedro Giffuni : >> FWIW; >> >> After updating Python to 2.7.3 I

Re: [QA] Python version late for MacOS

2012-12-02 Thread Tsutomu Uchino
Hi, 2012/12/2, Pedro Giffuni : > FWIW; > > After updating Python to 2.7.3 I started working on updating > pyuno so that it works with Python3 and Python2. I didn't > finish and I don't really have much time for that lately but > I will be glad to point someone else in the right direction. > I modi

Re: [QA] Python version late for MacOS

2012-12-01 Thread Alexandro Colorado
On 12/1/12, Pedro Giffuni wrote: > FWIW; > > After updating Python to 2.7.3 I started working on updating > pyuno so that it works with Python3 and Python2. I didn't > finish and I don't really have much time for that lately but > I will be glad to point someone else in the right direction. Any l

Re: [QA] Python version late for MacOS

2012-12-01 Thread Pedro Giffuni
FWIW; After updating Python to 2.7.3 I started working on updating pyuno so that it works with Python3 and Python2. I didn't finish and I don't really have much time for that lately but I will be glad to point someone else in the right direction. Adding support for Python3 in pyuno is important a

Re: [QA] Python version late for MacOS

2012-11-30 Thread Alexandro Colorado
On Fri, Nov 30, 2012 at 8:33 AM, Rob Weir wrote: > On Fri, Nov 30, 2012 at 7:11 AM, Andre Fischer wrote: > > On 30.11.2012 12:02, FR web forum wrote: > >>> > >>> In trunk we currently have version 2.7.3. Would that be OK? > >> > >> Python 2.7.3 is in end of life. > >> > >> It will be better to

Re: [QA] Python version late for MacOS

2012-11-30 Thread Rob Weir
On Fri, Nov 30, 2012 at 7:11 AM, Andre Fischer wrote: > On 30.11.2012 12:02, FR web forum wrote: >>> >>> In trunk we currently have version 2.7.3. Would that be OK? >> >> Python 2.7.3 is in end of life. >> >> It will be better to directly include Python 3.3. >> Compatibility for extensions will b

Re: [QA] Python version late for MacOS

2012-11-30 Thread Alexandro Colorado
There was a discussion about updating the python bridge, I am not sure what was done in the end, or if there was a showstopper. On 11/30/12, Andre Fischer wrote: > On 30.11.2012 12:02, FR web forum wrote: >>> In trunk we currently have version 2.7.3. Would that be OK? >> Python 2.7.3 is in end o

Re: [QA] Python version late for MacOS

2012-11-30 Thread Andre Fischer
On 30.11.2012 12:02, FR web forum wrote: In trunk we currently have version 2.7.3. Would that be OK? Python 2.7.3 is in end of life. It will be better to directly include Python 3.3. Compatibility for extensions will be more easy with future LibO 4 that use already this version. I thought t

Re: [QA] Python version late for MacOS

2012-11-30 Thread FR web forum
>In trunk we currently have version 2.7.3. Would that be OK? Python 2.7.3 is in end of life. It will be better to directly include Python 3.3. Compatibility for extensions will be more easy with future LibO 4 that use already this version.

Re: [QA] Python version late for MacOS

2012-11-30 Thread Andre Fischer
On 30.11.2012 10:38, FR web forum wrote: Hello list, See: https://issues.apache.org/ooo/show_bug.cgi?id=121284 Is it possible to upgrade Python for MacOS and same version than Windows? In trunk we currently have version 2.7.3. Would that be OK? -Andre Thanks

[QA] Python version late for MacOS

2012-11-30 Thread FR web forum
Hello list, See: https://issues.apache.org/ooo/show_bug.cgi?id=121284 Is it possible to upgrade Python for MacOS and same version than Windows? Thanks