bug-lilypond
[Top][All Lists]
Advanced

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

Re: OS X Binary Failure


From: Will Oram
Subject: Re: OS X Binary Failure
Date: Sat, 18 Jun 2005 12:08:07 -0500


On Jun 16, 2005, at 5:36 AM, Han-Wen Nienhuys wrote:

Will Oram wrote:
Whoops, didn't realise Console was logging events until lilypond told me so as I tried to quit. From the Console log:

what version is this (see About LilyPond)

This is 2.5.31-2.





"/Users/spamguy/Desktop/Downloads/LilyPond.app/Contents/Resources/ Python/LilyPond.py", line 125, in createProcessLog
    self.processLogWindowController.showWindow_ (None)
AttributeError: 'NSCFString' object has no attribute 'showWindow_'
2005-06-15 19:05:53.508 LilyPond[22964] LilyPond Error
2005-06-15 19:05:53.509 LilyPond[22964] An unexpected error has occurred during execution of the main script
AttributeError: 'NSCFString' object has no attribute 'showWindow_'

An interesting new interface to the binary in .31. When I choose 'Typeset file,' a dialog box appears:

(AttributeError: 'NSCFString' object has no attribute 'showWindow_')

Strange.... what MacOS X version?

OS X Panther 10.3.9.



convert-ly works fine.

That's even stranger, as it also uses createProcessLog()

can you add

  print 'hello', self.processLogWindowController

just before

  self.processLogWindowController.showWindow_ (None)

in Users/spamguy/Desktop/Downloads/LilyPond.app/Contents/Resources/ Python/LilyPond.py
and see gets logged?

lilypond didn't like that addition. Upon opening:

---
An unexpected error has occurred during execution of the main script

IndentationError: unindent does not match any outer indentation level (LilyPond.py, line 126)

See the Console for a detailed traceback.
---

Line 126 being, of course, the line before what I added.

The code:

---
    def createProcessLog (self):
        if not self.processLogWindowController:
self.processLogWindowController = ProcessLogWindowController()
        else:
                print 'hello', self.processLogWindowController
            self.processLogWindowController.showWindow_ (None)
---

Will Oram // Genius @ Large // AIM spamguy21
spamguy (at) foxchange (dot) com // wro1 (at) cwru (dot) edu





reply via email to

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