[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2010-04-06 Thread emk1024
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084





--- Additional comments from emk1...@openoffice.org Tue Apr  6 20:43:26 
+ 2010 ---
I can confirm that this is still broken in OpenOffice.org 3.2.0 build 9483 on 
Leopard.

$ ls /usr/bin/python*
/usr/bin/python /usr/bin/python2.5-config
/usr/bin/python-config  /usr/bin/pythonw
/usr/bin/python2.5  /usr/bin/pythonw2.5
$ /usr/bin/python --version
Python 2.5.1
$ /usr/bin/python2.5 --version
Python 2.5.1
$ cd /Applications/OpenOffice.org.app/Contents/basis-link/program
$ /usr/bin/python pythonloader.py 
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap
$ /usr/bin/python2.5 pythonloader.py 
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap
$ sudo port install python python24
$ python --version
Python 2.6.4
$ python pythonloader.py
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap
$ python2.4 pythonloader.py
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap

What's going on here:

1) Different versions of MacOS X ship with different versions of python. 
Leopard, 
for example, ships with Python 2.5.1. No Python 2.3 is available, and it can 
only 
be installed if you build it from source. This is actually rather hard to do, 
because of various sorts of bit rot.

2) MacPorts, a port system generally only used by programmers and power 
users, only supplies Python 2.4 through Python 2.6, none of which work.

3) No Python executable is included with OpenOffice 3.2.

Does anybody have any simple instructions which will get this working? If not, 
I 
believe we should re-open this bug.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2010-04-06 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084





--- Additional comments from cl...@openoffice.org Tue Apr  6 22:24:15 + 
2010 ---
still works for me.
You can run the supplied python samples (e.g. Tools|Macros → run macros → OOo 
Macros → python sample → table sampe → Create table)

As you all agree: OOo doesn't ship with its own python interpreter. Thus the 
supplied macros are executed using the system's python interpreter.

This works on all supported Versions of Mac OSX (10.4.x, 10.5.x, 10.6.x), on 
PPC 
and on Intel.

Everything else, i.e. how to use your system's python manually to use pyuno is 
out of scope of this issue and should be better clarified on the mailinglists.

Apple is notorious for breaking backwards compatibility in its tools, loves to 
put a spoke in so.'s wheel with all little annoyances. 

Anyway: As OOo manages to setup a environment that satisfies system python, and 
you can add macros to OOo that make use of pyuno, Pyuno/python support in OOo 
itself is not broken. Mac OSX 10.6, 10.5, 10.4 all come with the necessary 
libraries, python stuff to use pyuno.

Bug again: How to call python so it will work is more suited for a mailinglist.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2010-03-29 Thread danaronson
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084





--- Additional comments from danaron...@openoffice.org Tue Mar 30 05:33:54 
+ 2010 ---
It doesn't seem to work for me:

dan-aronsons-macbook-2:matinee dan$ export
PYTHONPATH=/Applications/OpenOffice.org.app/Contents/basis-link/program/
dan-aronsons-macbook-2:matinee dan$ uname -a
Darwin dan-aronsons-macbook-2.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul
15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386
dan-aronsons-macbook-2:matinee dan$ /usr/bin/python
Python 2.5.1 (r251:54863, Feb  6 2009, 19:02:12) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type help, copyright, credits or license for more information.
 import uno
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2010-03-27 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084


User cloph changed the following:

What|Old value |New value

  CC|'cyhawk,jsc'  |'cloph,cyhawk,jsc'

  Status|RESOLVED  |CLOSED





--- Additional comments from cl...@openoffice.org Sat Mar 27 21:26:23 + 
2010 ---
closing.

Shipped python samples run on both Tiger/PPC as well as Snow Leopard/Intel.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2010-03-27 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084


User cloph changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

Keywords|  |oooqa

  Resolution|  |WORKSFORME





--- Additional comments from cl...@openoffice.org Sat Mar 27 21:25:30 + 
2010 ---
python works in current versions of OOo on Mac, with system python. Thus I 
consider this as workforme.

Also Lopard and Snow Leopard can run python 2.3, so no problem here.


python2.5 (that would have to be shipped with OOo, and of course increase 
download size, etc) another issue exists, thus doesn't make sense to keep this 
one.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2009-05-11 Thread danaronson
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084





--- Additional comments from danaron...@openoffice.org Mon May 11 18:45:43 
+ 2009 ---
is anyone working on this?  

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2009-05-06 Thread cyhawk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084


User cyhawk changed the following:

What|Old value |New value

  CC|'jsc' |'cyhawk,jsc'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2009-02-15 Thread molnium
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084


User molnium changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |NEW

  Ever confirmed|  |1





--- Additional comments from moln...@openoffice.org Sun Feb 15 20:19:26 
+ 2009 ---
*** Issue 93084 has been confirmed by votes. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2009-01-20 Thread bill_janssen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084





--- Additional comments from bill_jans...@openoffice.org Wed Jan 21 
01:49:33 + 2009 ---
Why is this still unconfirmed?

I just tried 3.0.1rc2 on an Intel Mac running OS X 10.5.6, and it's still
broken.  To confirm, try downloading and running DocumentConverter.py from
http://www.artofsolving.com/opensource/pyodconverter, and running it.

The problem is that the pyuno.so library has been built against Python 2.3.5
(the system Python on OS X 10.4 Tiger), and won't work with Python 2.5.x
(the system Python on OS X 10.5 Leopard).

There are a number of ways to solve this issue.  Probably the most correct is to
have separate OO builds for OS X 10.4 and 10.5.  The minor version number in OS
X is actually what most OS builds would consider a major version number, and
there are a number of incompatibilities between the two.

A second option would be to ship a version of Python 2.3.5 along with OO, so
that all scripts would use that, instead of the system Python.  Not a good
solution, IMO.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2008-12-06 Thread bill_janssen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084





--- Additional comments from [EMAIL PROTECTED] Sun Dec  7 05:47:41 + 
2008 ---
Tiger has, and will always have, Python 2.3.5.  Leopard (OS X 10.5) has, and
will always have, Python 2.5.  You need to have different binary modules (.so,
.dylib, whatever) for each of these.  If you build with the system Python
/usr/bin/python on Tiger, it won't work on Leopard.  If you build with the
system Python on Leopard, it won't work on Tiger.

Please get this right in your build and testing procedures.  And please
understand that these are two different versions of Python.  You have to test on
both Tiger and Leopard to see if it works.

Happy to help with more info if necessary.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2008-08-28 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084


User mox changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |71327





--- Additional comments from [EMAIL PROTECTED] Thu Aug 28 06:55:39 + 
2008 ---
OSX comes with Python 2.5, while OOo/pyuno is currently using only 2.3. So
there's probably some compatibility issues.

Using system provided python (in OSX) is just fine, because that is what happens
on Linux distributions as well.

For cws python25 the progress is described in issue 71327. For cws details, see:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fpython25

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2008-08-28 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084





--- Additional comments from [EMAIL PROTECTED] Thu Aug 28 07:07:20 + 
2008 ---
@mox

- OpenOffice.org Python baseline will become 2.5 soon
- The current baseline is Tiger, and I only found Python 2.3.5 :
- The demand is important (and growing), so we'll have to find a solution. 

Looking at my installation (Tiger), I got:

[ordinateur-de-eric-b-2:Python.framework/Versions/2.3] ericb% 
[ordinateur-de-eric-b-
2:Python.app/Contents/MacOS] ericb% ./Python
Python 2.3.5 (#1, Aug 19 2006, 21:31:42) 
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
Type help, copyright, credits or license for more information.
 

- means the only available bversion is 2.3.5 - won't work very soon.

But maybe I'm wrong, and maybe you can confirm Python 2.5 is shipped with Tiger 
? Else, I'm afraid 
we'll have to support our internal version (means  the OOo Python for a while) 
. 

Compromise:  do that until we stop to support Tiger. 


What do you think ?






-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2008-08-28 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084


User sb changed the following:

What|Old value |New value

  CC|'mox' |'jsc,mox'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2008-08-28 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084





--- Additional comments from [EMAIL PROTECTED] Thu Aug 28 07:21:45 + 
2008 ---
I don't know about Tiger. My system is Leopard. No comments to any plans
concerning compatibility with Tiger.


btw. For my own build of OOo/Aqua (m29), some of the python/pyuno is working ok,
at least initially tested:
- in Contents/basis-link/program
- python pythonloader.py   --- loads fine
- python
Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type help, copyright, credits or license for more information.
 import pyuno   --- no errors
 

Also while there were some issues, some of the commands also worked from here:
http://udk.openoffice.org/python/python-bridge.html

Probably cws python25 is still needed for full functionality.

As I don't know python at all, I'll leave this issue to others to handle.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2008-08-28 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084


User mox changed the following:

What|Old value |New value

  CC|'jsc,mox' |'jsc'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2008-08-28 Thread smsm1
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084





--- Additional comments from [EMAIL PROTECTED] Thu Aug 28 20:50:45 + 
2008 ---
If I remember correctly, maho is using Tiger for building, so that there is the 
backward compatibility.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2008-08-27 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084


User mox changed the following:

What|Old value |New value

  CC|''|'mox'

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Wed Aug 27 20:15:30 + 
2008 ---
Python comes with OSX:
/System/Library/Frameworks/Python.framework

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2008-08-27 Thread ptsefton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084


User ptsefton changed the following:

What|Old value |New value

  Status|RESOLVED  |UNCONFIRMED

  Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Wed Aug 27 23:35:46 + 
2008 ---
Yes, Python comes with OS X but it does not work with pyuno and never has AFAIK
that's why Python used to be included in the OpenOffice 2.0 download. I think
that it would be risky to rely on the system python in case people upgrade it 
too.

On the 3.0.0 Beta on OS X (Intel) build 9328 the Tools / Macros / Organize
Macros / Python... Dialog does not work - you  can't add or run a Python macro. 


If it works for you can you please tell us how to (a) run Python macros and (b)
use pyuno to automate OpenOffice.org. At the moment we are forced to use the
python that came with OOo 2.0 to run pyuno on the ICE project.
http://ice.usq.edu.au

Here's what I get on X 10.5.

cd /Applications/OpenOffice.org.app/Contents/basis-link/program/
Q07-0230:program sefton$ python python
pythonloader.py pythonloader.pycpythonloader.uno.dylib 
pythonloader.unorc  pythonscript.py
Q07-0230:program sefton$ python pythonloader.
/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python:
can't open file 'pythonloader.': [Errno 2] No such file or directory
Q07-0230:program sefton$ python
Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type help, copyright, credits or license for more information.
 import pyuno
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap
Q07-0230:program sefton$ 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2008-08-27 Thread ptsefton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084





--- Additional comments from [EMAIL PROTECTED] Wed Aug 27 23:37:30 + 
2008 ---
Sorry - that copy and paste was a bit of a mess. But see what happens when you
try to run the python loader.

 python pythonloader.py
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2008-08-27 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084





--- Additional comments from [EMAIL PROTECTED] Wed Aug 27 23:39:23 + 
2008 ---
FYI, there is a python25 cws in progress.

It has been created long time ago, and  the resync has been reloaded recently. 

Please be patient.



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2008-08-27 Thread ptsefton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084





--- Additional comments from [EMAIL PROTECTED] Thu Aug 28 00:36:35 + 
2008 ---
Happy to be patient. Thanks for responding.

What do you mean by there is a python25 cws in progress.

Does this mean that some time in the future OOo for the Mac will include Python
again or you will make it work with the native python. I think that even if it
does work with the native Python it would be good to include it like you used
otherwise there will be problems with different versions of OS X and if a user
updates their Python for some reason.

Also, are there any plans for a pyuno distribution that does not depend on the
whole of OOo?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]



[porting-issues] [Issue 93084] OS X build does not ship w ith Python and pyuno does not work with native python

2008-08-24 Thread ptsefton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93084
 Issue #|93084
 Summary|OS X build does not ship with Python and pyuno does no
|t work with native python
   Component|porting
 Version|OOO300m3
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|MacOSX
 Assigned to|macport
 Reported by|ptsefton





--- Additional comments from [EMAIL PROTECTED] Mon Aug 25 05:08:48 + 
2008 ---
Since version 2.0 no Mac build of OOo has shipped with Python but the pyuno that
comes with OOo will not work with native versions on OS X.

Can we please get this resolved. Ideally, there should be a version of Python
with OOo so that it is independent of the user's installed Python. As it
standard there is no way to run Python code (AFAIK) even though samples are
shipped with the product.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
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]