Re: [udk-dev] RE:PyUNO and OpenOffice installaed with Ubuntu distro

2007-09-25 Thread Joerg Budischewski

Hi,

you can build ooo with --system-python switch, but the result will only 
run on this system. Some distros do so.


Main problems are
- incompatible gcc versions
- incompatible python switches (with or without --enable-shared or 
--with-ucs-4 ).


So this is no option for the official OOo built, which is aimed to run 
on any system.


Bye,

Joerg

Alexandro Colorado wrote:
yes ubuntu did a merge of the system python with the openoffice.org  
python. I would like to know if we can ask the ubuntu guys how they did 
it  and maybe be able to have a pyuno.so without having to compile the 
whole  python. This would be great because it would give us additional 
toolkits  like Tkenter and get around the VCL and still use UNO services 
and  components.


On Fri, 21 Sep 2007 17:58:18 +0200, Joachim Dahl 
[EMAIL PROTECTED]  wrote:



It uses the default python2.5 installed install in /usr/lib/python2.5

On 9/21/07, ashok _ [EMAIL PROTECTED] wrote:



On 9/21/07, Joachim Dahl [EMAIL PROTECTED] wrote:
 I've used it on Ubuntu 7.04 and 7.10 for a spreadsheet plugin:

http://abel.ee.ucla.edu/cvxopt/applications/openoffice-org-spreadsheet-plugin/ 



 and it has always worked perfectly for me.

 -joachim


Which system python were you using 2.4 or 2.5 ? I noticed that packaged
OOo in
Ubuntu is stripped of the python intrepeter.and uses the system
python...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [udk-dev] RE:PyUNO and OpenOffice installaed with Ubuntu distro

2007-09-25 Thread Alexandro Colorado

Joerg can you please tell me the status of the pyuno bridge upgrade?

On Tue, 25 Sep 2007 09:38:33 -0500, Joerg Budischewski [EMAIL PROTECTED]  
wrote:



Hi,

you can build ooo with --system-python switch, but the result will only  
run on this system. Some distros do so.


Main problems are
- incompatible gcc versions
- incompatible python switches (with or without --enable-shared or  
--with-ucs-4 ).


So this is no option for the official OOo built, which is aimed to run  
on any system.


Bye,

Joerg

Alexandro Colorado wrote:
yes ubuntu did a merge of the system python with the openoffice.org   
python. I would like to know if we can ask the ubuntu guys how they did  
it  and maybe be able to have a pyuno.so without having to compile the  
whole  python. This would be great because it would give us additional  
toolkits  like Tkenter and get around the VCL and still use UNO  
services and  components.
 On Fri, 21 Sep 2007 17:58:18 +0200, Joachim Dahl  
[EMAIL PROTECTED]  wrote:



It uses the default python2.5 installed install in /usr/lib/python2.5

On 9/21/07, ashok _ [EMAIL PROTECTED] wrote:



On 9/21/07, Joachim Dahl [EMAIL PROTECTED] wrote:
 I've used it on Ubuntu 7.04 and 7.10 for a spreadsheet plugin:

http://abel.ee.ucla.edu/cvxopt/applications/openoffice-org-spreadsheet-plugin/  


 and it has always worked perfectly for me.

 -joachim


Which system python were you using 2.4 or 2.5 ? I noticed that  
packaged

OOo in
Ubuntu is stripped of the python intrepeter.and uses the system
python...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Alexandro Colorado
CoLeader of OpenOffice.org ES
http://es.openoffice.org

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [udk-dev] RE:PyUNO and OpenOffice installaed with Ubuntu distro

2007-09-23 Thread Alexandro Colorado


On Fri, 21 Sep 2007 16:47:02 +0200, ashok _ [EMAIL PROTECTED] wrote:


The Ubuntu 7.04 distro provides a python UNO package that appears to
be python 2.5 compatible  (See the Provides: section below) :

Is this supported... ? I thought the Python UNO python2.5 upgrade
project was not released yet ?

doing an import uno from a python 2.5 shell doesnt throw up  
errors..


FROM APT
Package: python-uno
Priority: optional
Section: python
Original-Maintainer: Debian OpenOffice Team 
[EMAIL PROTECTED]
Architecture: i386
Source: openoffice.org
Version: 2.2.0-1ubuntu4
Replaces: openoffice.org-common ( 1.9.82)

Provides: python2.5-uno

Depends: openoffice.org-core (= 2.2.0-1ubuntu4), python-central (=
0.5.8), python (= 2.5), python ( 2.6), libc6 (= 2.5-0ubuntu1),
libgcc1 (= 1: 4.1.2), libstdc++6 (= 4.1.2), libstlport5.1 (= 5.1),
python2.5 (= 2.5)
Filename: pool/main/o/openoffice.org/python-uno_2.2.0-1ubuntu4_i386.deb
/FROM APT

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



There was a developer working on this and submiting the update to the sour  
ce tree but there was no updates since then that I have notice:


http://wiki.services.openoffice.org/wiki/Python

--
Alexandro Colorado
CoLeader of OpenOffice.org ES
http://es.openoffice.org

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [udk-dev] RE:PyUNO and OpenOffice installaed with Ubuntu distro

2007-09-21 Thread Laurent Godard

Hi


The Ubuntu 7.04 distro provides a python UNO package that appears to
be python 2.5 compatible  (See the Provides: section below) :

Original-Maintainer: Debian OpenOffice Team 
[EMAIL PROTECTED]


I'll ask rene

laurent


--
Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - 
http://www.indesko.com
Nuxeo Enterprise Content Management  http://www.nuxeo.com - 
http://www.nuxeo.org

Livre Programmation OpenOffice.org, Eyrolles 2004-2006

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [udk-dev] RE:PyUNO and OpenOffice installaed with Ubuntu distro

2007-09-21 Thread Joachim Dahl
I've used it on Ubuntu 7.04 and 7.10 for a spreadsheet plugin:
http://abel.ee.ucla.edu/cvxopt/applications/openoffice-org-spreadsheet-plugin/

and it has always worked perfectly for me.

-joachim

On 9/21/07, Laurent Godard [EMAIL PROTECTED] wrote:

 Hi

  The Ubuntu 7.04 distro provides a python UNO package that appears to
  be python 2.5 compatible  (See the Provides: section below) :
 
  Original-Maintainer: Debian OpenOffice Team 
  [EMAIL PROTECTED]

 I'll ask rene

 laurent


 --
 Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org -
 http://www.indesko.com
 Nuxeo Enterprise Content Management  http://www.nuxeo.com -
 http://www.nuxeo.org
 Livre Programmation OpenOffice.org, Eyrolles 2004-2006

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: [udk-dev] RE:PyUNO and OpenOffice installaed with Ubuntu distro

2007-09-21 Thread Joachim Dahl
It uses the default python2.5 installed install in /usr/lib/python2.5

On 9/21/07, ashok _ [EMAIL PROTECTED] wrote:

 On 9/21/07, Joachim Dahl [EMAIL PROTECTED] wrote:
  I've used it on Ubuntu 7.04 and 7.10 for a spreadsheet plugin:
 
 http://abel.ee.ucla.edu/cvxopt/applications/openoffice-org-spreadsheet-plugin/
 
  and it has always worked perfectly for me.
 
  -joachim
 

 Which system python were you using 2.4 or 2.5 ? I noticed that packaged
 OOo in
 Ubuntu is stripped of the python intrepeter.and uses the system
 python...

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: [udk-dev] RE:PyUNO and OpenOffice installaed with Ubuntu distro

2007-09-21 Thread ashok _
On 9/21/07, Joachim Dahl [EMAIL PROTECTED] wrote:
 I've used it on Ubuntu 7.04 and 7.10 for a spreadsheet plugin:
 http://abel.ee.ucla.edu/cvxopt/applications/openoffice-org-spreadsheet-plugin/

 and it has always worked perfectly for me.

 -joachim


Which system python were you using 2.4 or 2.5 ? I noticed that packaged OOo in
Ubuntu is stripped of the python intrepeter.and uses the system python...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]