Re: odd python path in linux GUB convert-ly

2007-11-25 Thread Han-Wen Nienhuys
2007/11/25, Graham Percival <[EMAIL PROTECTED]>: > Is this correct? > INSTDIR/lilypond/usr/bin/convert-ly: > > #!/home/lilydev/vc/gub-serialize/target/tools/root/usr/bin/python it's a cosmetic issue; since the script is invoked through the wrappers in INSTDIR/bin/ it should not make a difference.

Re: odd python path in linux GUB convert-ly

2007-11-25 Thread Han-Wen Nienhuys
2007/11/25, John Mandereau <[EMAIL PROTECTED]>: > > There is no python in /usr/local/lilypond/usr/bin, although there are > lots of libs in /usr/local/lilypond/usr/lib/python2.4. thanks. For some reason, lilypond only depended on python-runtime, but not on python. -- Han-Wen Nienhuys - [EMAIL P

Re: odd python path in linux GUB convert-ly

2007-11-25 Thread Graham Percival
John Mandereau wrote: Le samedi 24 novembre 2007 à 21:49 -0800, Graham Percival a écrit : Is this correct? INSTDIR/lilypond/usr/bin/convert-ly: #!/home/lilydev/vc/gub-serialize/target/tools/root/usr/bin/python Actually, I can't run convert-ly with 2.11.35-2 linux-x86 GUB package: Yeah, that

Re: odd python path in linux GUB convert-ly

2007-11-25 Thread John Mandereau
Le samedi 24 novembre 2007 à 21:49 -0800, Graham Percival a écrit : > Is this correct? > INSTDIR/lilypond/usr/bin/convert-ly: > > #!/home/lilydev/vc/gub-serialize/target/tools/root/usr/bin/python > > > Found in 2.11.35-2 linux-x86. Actually, I can't run convert-ly with 2.11.35-2 linux-x86 GUB

odd python path in linux GUB convert-ly

2007-11-24 Thread Graham Percival
Is this correct? INSTDIR/lilypond/usr/bin/convert-ly: #!/home/lilydev/vc/gub-serialize/target/tools/root/usr/bin/python Found in 2.11.35-2 linux-x86. Cheers, - Graham ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailm

Re: Python path

2006-11-06 Thread Mats Bengtsson
My experience is that the native Python installation has always worked better than the python bundled with LilyPond, so for that reason I don't see any problems to move lilypond to the end of the PATH. However, I'm more worried about Ghostscript dependencies, especially if the user happens to ha

Re: Python path

2006-11-06 Thread Han-Wen Nienhuys
Jan Nieuwenhuizen escreveu: The question is: how much do we want to make sure that lilypond just works after installation, and how much do we want to break someone's python preference? The breakage would occur with people that have python installed themselves; I think it's safe to assume that

Re: Python path

2006-11-06 Thread Jan Nieuwenhuizen
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: >> Also, I wonder what would make the Lilypond version "wobbly". > > We cross-compile Python on a linux box, using the MinGW GCC > compiler. All sorts of things tend to go wrong when creating when > creating python modules from windows DLLs. Wobbly or

Re: Python path

2006-11-06 Thread Han-Wen Nienhuys
Manuzhai escreveu: On 11/6/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: our python is rather wobbly. Chances are that the installed version is a native python , and would work better. But unless you have some way to fix this, the other installed Python will not have Lilypond's modules in it

Re: Python path

2006-11-06 Thread Han-Wen Nienhuys
Graham Percival escreveu: thanks, path is now at the end. What if they have a different version of python installed? Would lilypond try to use an unsupported version of python and fail, or does lily only use its own installed python? our python is rather wobbly. Chances are that the insta

Re: Python path

2006-11-06 Thread Mats Bengtsson
Han-Wen Nienhuys wrote: Manuzhai escreveu: Hello there, I installed Lilypond a while ago on my Windows workstation. Today I discovered that this installation is quite aggressive: it puts Lilypond front-and-center in my PATH, so that, for example, I get Lilypond's Python whereas I might like t

Re: Python path

2006-11-05 Thread Graham Percival
Han-Wen Nienhuys wrote: Manuzhai escreveu: Hello there, I installed Lilypond a while ago on my Windows workstation. Today I discovered that this installation is quite aggressive: it puts Lilypond front-and-center in my PATH, so that, for example, I get Lilypond's Python whereas I might like to

Re: Python path

2006-11-05 Thread Han-Wen Nienhuys
Manuzhai escreveu: Hello there, I installed Lilypond a while ago on my Windows workstation. Today I discovered that this installation is quite aggressive: it puts Lilypond front-and-center in my PATH, so that, for example, I get Lilypond's Python whereas I might like to get my own ActivePython.

Python path

2006-11-05 Thread Manuzhai
Hello there, I installed Lilypond a while ago on my Windows workstation. Today I discovered that this installation is quite aggressive: it puts Lilypond front-and-center in my PATH, so that, for example, I get Lilypond's Python whereas I might like to get my own ActivePython. I moved the LilyPond

Re: configure find wrong python path

2006-06-26 Thread Matthias Kilian
On Mon, Jun 26, 2006 at 12:29:24PM +0200, Karl Hammar wrote: > > ps: do we really still have to use backticks instead of $(...)? > > Anyone running LilyPond on old systems with rotten shells? > > configure is about portability, why not keep the backticks? > The same goes for shells with 32bit int

Re: configure find wrong python path

2006-06-26 Thread Karl Hammar
[EMAIL PROTECTED]: ... > Unfortunately, configure completely bails out then using something like > > $ PYTHON=/usr/local/bin/python2.4 ./configure ... > > The problem is in STEPMAKE_GETVERSION, since it takes the first > line that looks like it contains a version number of the output > from [Pat

Re: configure find wrong python path

2006-06-25 Thread Matthias Kilian
On Wed, May 24, 2006 at 11:51:01PM +0200, Karl Hammar wrote: > Given: > $ ls -l /usr/bin/python* > lrwxrwxrwx 1 root root 9 May 24 15:51 /usr/bin/python -> python2.3 > -rwxr-xr-x 1 root root 958764 Mar 6 11:32 /usr/bin/python2.3 > -rwxr-xr-x 1 root root 1024460 Apr 23 01:34 /usr/

configure find wrong python path

2006-05-24 Thread Karl Hammar
_$1], ... ) The second time AC_PATH_PROG() takes path from cache as seen in configure trace above. Since STEPMAKE_PYTHON() have a second argument (req. version) and the cache don't know of versions, one should clear the cache when seraching for a new python path. Attached patch cor