[Tutor] question about ic.py on Mac OS X

2006-05-21 Thread Ishwinder Kaur Banga
MAC OS version 10.4.6
Python Version 2.4.1

Problem is that the url is valid but the python icglue tells me that  
it is not found

Please help

Error

Traceback (most recent call last):
   File dialect.py, line 166, in ?
 test(http://diveintopython.org/odbchelper_list.html;)
   File dialect.py, line 163, in test
 webbrowser.open_new(outfile)
   File /usr/local/lib/python2.4/webbrowser.py, line 46, in open_new
 get().open(url, 1)
   File /usr/local/lib/python2.4/webbrowser.py, line 315, in open
 ic.launchurl(url)
   File /usr/local/lib/python2.4/plat-mac/ic.py, line 235, in  
launchurl
 return _dft_ic.launchurl(url, hint)
   File /usr/local/lib/python2.4/plat-mac/ic.py, line 202, in  
launchurl
 self.ic.ICLaunchURL(hint, url, 0, len(url))
MacOS.Error: (-673, 'no URL found')
---
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


[Tutor] OT: any good newsgroup or other forum for MP3 internals discussions?

2006-05-21 Thread Terry Carroll
I apologize for this off-topic question -- the only real connection to 
Python is that I'm using Python as my programming language.

I'm writing a program to analyze an MP3 file's contents.  I need to 
find a newsgroup or other forum to ask some questions about file 
format internals.  Nothing's jumping out at me, looking through the 
list of usenet newsgroups.

I've found dozens of sites with relevant specifications, but am looking at
one or two rogue files where either I'm misunderstanding the specs, or the
file is nonconformant (but some MP3 programs can read them, so I'm betting
it's me).

Any suggestions?

___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor