From wgshizz at yahoo.com Thu Mar 9 19:26:28 2006 From: wgshizz at yahoo.com (Weiguang Shi) Date: Thu, 9 Mar 2006 10:26:28 -0800 (PST) Subject: [Shtoom] Latest SVN on MacOS X Message-ID: <20060309182628.52343.qmail@web37607.mail.mud.yahoo.com> I had the same problem with the previous person. I started to play with $HOME/.shtoomrc and changed the values of "audio." I tried "core" so that the following line appears in the file audio=core and I've got the following errors: % ./shtoomphone.py Traceback (most recent call last): File "./shtoomphone.py", line 54, in ? main() File "./shtoomphone.py", line 24, in main app.boot(args=sys.argv[1:]) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/shtoom/app/phone.py", line 85, in boot self.initOptions(options, args) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/shtoom/app/base.py", line 29, in initOptions options.optionsStartup(version='%%prog %s'%shtoom.__version__,args=args) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/shtoom/Options.py", line 251, in optionsStartup self.loadOptsFile() File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/shtoom/Options.py", line 173, in loadOptsFile o.value = val File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/shtoom/schema.py", line 229, in _setValue raise ValueError('%s is not a known value for %s (should be one of %s)'%(value, self.name, vals)) ValueError: core is not a known value for audio (should be one of oss, fast, port, alsa, echo, file) Wei __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From anthony at interlink.com.au Mon Mar 27 08:13:20 2006 From: anthony at interlink.com.au (Anthony Baxter) Date: Mon, 27 Mar 2006 17:13:20 +1100 Subject: [Shtoom] Latest SVN on MacOS X In-Reply-To: <20060309182628.52343.qmail@web37607.mail.mud.yahoo.com> References: <20060309182628.52343.qmail@web37607.mail.mud.yahoo.com> Message-ID: <200603271713.23371.anthony@interlink.com.au> On Friday 10 March 2006 05:26, Weiguang Shi wrote: > I had the same problem with the previous person. > > I started to play with $HOME/.shtoomrc and changed the > values of > "audio." I tried "core" so that the following line > appears in the file > > audio=core Yeah. The audio support for OSX is (unnecessarily) tied into the code for the OSX frontend. I might try and find time to fix this sometime this week, but I've got Python 2.4.3 and 2.5a1 to get out as well... Anthony