Re: [udk-dev] python vs. python.sh confusion

2008-05-09 Thread Stephan Bergmann

Jörg Budischewski wrote:

Hi,

python is the public interface, python.sh is an implemetation detail.

I actually introduced this because I didn't know how to create a python 
script with our installation procedure when there is the python as 
executable in the solver path in the build environment. (In the build 
env, it is ok to just call python executable as the appropriate 
environment gets set by the global build env scropt).


I see.  Got that fixed now on CWS sb87 (delivering python.sh as solver's 
bin/pyuno/python and referencing it as pyuno/python in scp2 does the 
trick); i.e., there is no python.sh any longer in the installed product, 
just python (and also on Windows the wrapper changed from python.bat to 
python.exe).


-Stephan

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



[udk-dev] python vs. python.sh confusion

2008-05-08 Thread Stephan Bergmann
Why are there both a pyhton.sh and a python symlink to it in the program 
directory of OOo 2.x (when defined UNX  !defined SYSTEM_PYTHON)?  Are 
both part of the OOo public interface (intended to be called by 
clients), or should one or the other be considered an implementation detail?


-Stephan

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



Re: [udk-dev] python vs. python.sh confusion

2008-05-08 Thread Jörg Budischewski

Hi,

python is the public interface, python.sh is an implemetation detail.

I actually introduced this because I didn't know how to create a python 
script with our installation procedure when there is the python as 
executable in the solver path in the build environment. (In the build 
env, it is ok to just call python executable as the appropriate 
environment gets set by the global build env scropt).


It is not needed at all for SYSTEM_PYTHON, because python is then 
installed elsewhere anyway (e.g. /usr/local/bin/python).


ok ?

Bye,

Joerg


Stephan Bergmann wrote:
Why are there both a pyhton.sh and a python symlink to it in the program 
directory of OOo 2.x (when defined UNX  !defined SYSTEM_PYTHON)?  Are 
both part of the OOo public interface (intended to be called by 
clients), or should one or the other be considered an implementation 
detail?


-Stephan

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