From 3aca097f7fa3bd75693954806d64281239cad2fd Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 6 Apr 2010 02:06:55 +0200 Subject: [PATCH] Fix incorrect path to the Python decoder scripts. --- decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decode.c b/decode.c index bc4b531..7bbcff3 100644 --- a/decode.c +++ b/decode.c @@ -32,7 +32,7 @@ int sigrokdecode_init(void) Py_Initialize(); /* FIXME */ - PySys_SetPath("decode/scripts"); + PySys_SetPath("libsigrokdecode/scripts"); return 0; } -- 2.30.2