As usual, I forgot the list:
---------- Forwarded message ---------- From: Tom Cato Amundsen <[email protected]> Date: Wed, Sep 30, 2009 at 10:00 PM Subject: Re: [Solfege-devel] trouble running solfege on Mac OS 10.6 To: Allen McBride <[email protected]> On Wed, Sep 30, 2009 at 9:24 PM, Allen McBride <[email protected]> wrote: > Hi all, Hi! > > Sorry I haven't been updating the MacPort of solfege in the past > several months. I just installed Snow Leopard, so I thought now would > be a good time to update it, but unfortunately I can't get solfege to > run anymore. I've tried both 3.14.8, which I'd never used before, and > 3.14.1, which is the current MacPorts version and which worked for me > on OS 10.5. Both compiled fine, but when I start solfege, it gets to > the point where it says, "Starting GNU Solfege 3.14.8 / http://www.solfege.org > / creating MainWin". It takes longer than usual to get to this > point, and when it does, nothing else happens. The Python process > keeps churning away with most of my CPU. It doesn't seem hung, > because Python quits nicely when I ask it to. When I sample the I don't know how Mac people gently ask a program to exit ;-) but on linux, if I start solfege from a terminal window and press Ctrl-C to stop the program I get a traceback. An example shown below. Can you do that and send me the output? There I can see what the program is doing. Tom Cato t...@tomsin-laptop:~/src/solfege-3.14$ ./solfege.py ^CTraceback (most recent call last): File "./solfege.py", line 72, in <module> import src.mainwin File "/home/tom/src/solfege-3.14/src/mainwin.py", line 871, in <module> lessonfile_manager = lessonfile.LessonFileManager(options.debug) File "/home/tom/src/solfege-3.14/src/lessonfile.py", line 1469, in __init__ self.parse(debug) File "/home/tom/src/solfege-3.14/src/lessonfile.py", line 1488, in parse lesson_id = self.parse_into_uiddb(filename) File "/home/tom/src/solfege-3.14/src/lessonfile.py", line 1527, in parse_into_uiddb p = parse_lesson_file_header(filename) File "/home/tom/src/solfege-3.14/src/lessonfile.py", line 1628, in parse_lesson_file_header p = dataparser.Dataparser(predef, lessonfile_functions) File "/home/tom/src/solfege-3.14/src/dataparser.py", line 335, in __init__ self.m_translation_re = re.compile("(?P<varname>\w+)\[(?P<lang>[\w_+]+)\]") File "/usr/lib/python2.6/re.py", line 188, in compile def compile(pattern, flags=0): KeyboardInterrupt > Python process using Activity Monitor, and refresh repeatedly, things > look similar each time, though I don't really know what I'm looking at. > > Anyone else out there using Solfege on Mac OS 10.6? Tom Cato, any > ideas about what could be going wrong at the "creating MainWin" step? > > Thanks! > --Allen McBride > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Solfege-devel mailing list > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe", or visit > https://lists.sourceforge.net/lists/listinfo/solfege-devel > -- Tom Cato Amundsen <[email protected]> http://www.solfege.org/ GNU Solfege - free ear training http://www.gnu.org/software/solfege/ -- Tom Cato Amundsen <[email protected]> http://www.solfege.org/ GNU Solfege - free ear training http://www.gnu.org/software/solfege/ ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Solfege-devel mailing list To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe", or visit https://lists.sourceforge.net/lists/listinfo/solfege-devel
