lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sys.path.insert


From: Han-Wen Nienhuys
Subject: Re: sys.path.insert
Date: Thu, 25 Jan 2007 13:39:08 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061219)

Marijn Schouten (hkBst) escreveu:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Marijn Schouten wrote:
>> Hi list,
>>
>> this is a little snippet from the gentoo build script for lilypond
>>
>>      # lilypond python scripts *prepend* /usr/share/lilypond/${PV}/python to
>>      # sys.path, causing python to attempt to rebuild the pyc, which 
>> generates
>>      # sandbox errors (and is wrong anyway).  Change this policy to use
>>      # sys.path.append so that PYTHONPATH, set by the Makefiles, takes
>>      # precendence.
>>      grep -rlZ sys.path.insert --include \*.py ${S} | xargs -0r sed -i 
>> 's/sys.path.insert \?(0, /sys.path.append (/'
>>
>> any thoughts?

who is setting PYTHONPATH, and for what reason?

-- 

Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]