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 - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

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



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to