Squabsy, which version are you running ? I'm running 0.1.3 under 10.3.9 and it unmounts and checks CDDB but I always get:
CODE
Ripping track number 1
trial # 1
Could not obtain exclusive access to the device (e00002d5).
The volume is already mounted.
trial # 2
Could not obtain exclusive access to the device (e00002d5).
The volume is already mounted.
Traceback (most recent call last):
File "/usr/bin/pyripper", line 556, in ?
x.main()
File "/usr/bin/pyripper", line 543, in main
if x.main():
File "/usr/bin/pyripper", line 258, in main
if self.compare():
File "/usr/bin/pyripper", line 182, in compare
return filecmp.cmp('tmp/track%(tracknumber)i_0.wav' %self.settings, 'tmp/track%(tracknumber)i_1.wav'%self.settings)
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/filecmp.py", line 48, in cmp
s1 = _sig(os.stat(f1))
OSError: [Errno 2] No such file or directory: 'tmp/track1_0.wav'
Do you have any idea what might be going wrong ?