[LAU] Problems with Festige 0.4

Gabriel M. Beddingfield gabrbedd at gmail.com
Sun Jun 20 17:44:07 UTC 2010



On Sun, 20 Jun 2010, Mike Cookson wrote:

> $ festige
> Traceback (most recent call last):
>  File "/usr/share/festige/festige.py", line 111, in <module>
>    ladish = os.getenv(HOME)+"/.festige"
> NameError: name 'HOME' is not defined

Try this:

1. Open /usr/share/festige/festige.py with a text editor

2. Change line 111 to:

      ladish = os.getenv("HOME") + "/.festige"

3. Try again.

-gabriel



More information about the Linux-audio-user mailing list