From 986feced3c2fa0c2323efc7a5dfaac2c75ea8fb4 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Sat, 17 Feb 2018 22:38:23 +0100 Subject: [PATCH] Use python2.7 --- Sources/VLAppController.h | 4 ++-- Sources/VLAppController.mm | 2 +- mma/mma.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/VLAppController.h b/Sources/VLAppController.h index 29a65b7..fb6427a 100644 --- a/Sources/VLAppController.h +++ b/Sources/VLAppController.h @@ -11,9 +11,9 @@ #import @interface VLAppController : NSObject { - IBOutlet id lilypondPath; + IBOutlet NSMenu * lilypondPath; IBOutlet id mirrorWin; - IBOutlet id debugMenu; + IBOutlet NSMenu * debugMenu; NSString * toolPath; NSString * appPath; diff --git a/Sources/VLAppController.mm b/Sources/VLAppController.mm index fb26fa0..e55bee1 100644 --- a/Sources/VLAppController.mm +++ b/Sources/VLAppController.mm @@ -258,7 +258,7 @@ url:[NSURL URLWithString:@"http://lilypond.org/web/install"]] ) quit = YES; - if (![self getLineFromCommand:@"bash -l -c 'which python2.5'"]) + if (![self getLineFromCommand:@"bash -l -c 'which python2.7'"]) if ([self promptForSoftwareInstallation:@"Download from python.org" withTitle: @"Python 2.5 Not Found!" explanation: diff --git a/mma/mma.py b/mma/mma.py index 9ff5652..d8da101 100755 --- a/mma/mma.py +++ b/mma/mma.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.5 +#!/usr/bin/env python2.7 """ The program "MMA - Musical Midi Accompaniment" and the associated