bug-gnu-music
[Top][All Lists]
Advanced

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

Re: More problems with ly2dvi


From: Jan Nieuwenhuizen
Subject: Re: More problems with ly2dvi
Date: 12 Mar 2001 22:45:05 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Rune Zedeler <address@hidden> writes:

> I don't think I will be able to create a small example, but just tell me
> to send you the big one privately (it's not that big) if you cannot
> reproduce the error.

yes please

> Ly2dvi (1.3.137) has problems with cleaning up the temp dir... Some
> permission thingies... Maybe it has to do with our setup - since it
> works on linux...

this is strange.  could you try:

-               os.mkdir (temp_dir)
+               os.mkdir (temp_dir, 0777)


or maybe:

-               system ('rm -rf %s' % temp_dir)
+               system ('rm -rf "%s"' % temp_dir)

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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