lilypond-devel
[Top][All Lists]
Advanced

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

Re: Windows Scripts


From: Han-Wen Nienhuys
Subject: Re: Windows Scripts
Date: Fri, 19 Sep 2003 12:43:37 +0200

address@hidden writes:
> Fodor Bertalan <address@hidden> wrote:
> 
> > But Ly2dvi doesn't like file names with spaces:
> 
> Is this restriction to files and directories without spaces really an
> insurmountable problem?  Could fixing this be just a matter of quoting or

No, it's not, but ly2dvi (lilypond.py in 1.9) uses os.system () for
calling external processes. To get around this, it should start using
os.exec () and similar functions, which don't pass through the shell.

I am not sure if this won't make ly2dvi less portable.

-- 

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




reply via email to

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