mutagen-1.34.1

On Wednesday, October 26, 2016 at 2:29:35 PM UTC-5, Adrian Sampson wrote:
>
> Weird. Can you check which version of Mutagen you have? 
>
> $ python -c 'import mutagen; print(mutagen.version)’ 
>
>
> > On Oct 26, 2016, at 2:25 PM, C. Ferguson <[email protected] 
> <javascript:>> wrote: 
> > 
> > OK, so I uninstalled Mutagen andbeets and reinstalled using pip, and I 
> still get the same errors. 
> > 
> > On Wednesday, October 26, 2016 at 12:30:21 PM UTC-5, Adrian Sampson 
> wrote: 
> > It looks like you might have an old version of Mutagen. Did you install 
> everything using pip, or did some things come from the system’s package 
> manager? If the latter, I might recommend uninstalling the OpenSuse version 
> of Mutagen and installing from pip again. 
> > 
> >> On Oct 26, 2016, at 12:47 PM, C. Ferguson <[email protected]> wrote: 
> >> 
> >> Hello all, 
> >> I am running into some Python errors when i try to run beets. Any 
> assistance you could provide would be greatly appreciated. 
> >> 
> >> Software Versions: 
> >> OpenSuse 13.2 
> >> Beets v1.3.19 
> >> Python 2.7.6 
> >> 
> >> 
> >> Errors that I am receiving: 
> >> beet import /fbsd3/data2/Music 
> >> 
> >> Traceback (most recent call last): 
> >>   File "/usr/bin/beet", line 9, in <module> 
> >>     load_entry_point('beets==1.3.19', 'console_scripts', 'beet')() 
> >>   File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 378, 
> in load_entry_point 
> >>     return get_distribution(dist).load_entry_point(group, name) 
> >>   File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2566, 
> in load_entry_point 
> >>     return ep.load() 
> >>   File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2260, 
> in load 
> >>     entry = __import__(self.module_name, globals(),globals(), 
> ['__name__']) 
> >>   File "/usr/lib/python2.7/site-packages/beets/ui/__init__.py", line 
> 36, in <module> 
> >>     from beets import library 
> >>   File "/usr/lib/python2.7/site-packages/beets/library.py", line 28, in 
> <module> 
> >>     from beets.mediafile import MediaFile, MutagenError, 
> UnreadableFileError 
> >>   File "/usr/lib/python2.7/site-packages/beets/mediafile.py", line 39, 
> in <module> 
> >>     import mutagen.mp3 
> >>   File "/usr/lib/python2.7/site-packages/mutagen/mp3/__init__.py", line 
> 14, in <module> 
> >>     from mutagen._util import MutagenError, enum, BitReader, 
> BitReaderError, \ 
> >> ImportError: cannot import name convert_error 
> >> 
> >> My beets config file: 
> >> directory: /fbsd3/Music 
> >> import: 
> >>     copy: yes 
> >>     write: yes 
> >>     resume: ask 
> >>     quiet_fallback: skip 
> >>     timid: no 
> >>     log: beetslog.txt 
> >> ignore: .AppleDouble ._* *~ .DS_Store 
> >> ignore_hidden: yes 
> >> art_filename: albumart 
> >> plugins: bpd 
> >> pluginpath: ~/beets/myplugins 
> >> threaded: yes 
> >> ui: 
> >>     color: yes 
> >> match: 
> >>     strong_rec_thresh: 0.10 
> >> paths: 
> >>     default: $genre/$albumartist/$album/$track $title 
> >>     singleton: Singletons/$artist - $title 
> >>     comp: $genre/$album/$track $title 
> >>     albumtype:soundtrack: Soundtracks/$album/$track $title 
> >> 
> >> -- 
> >> You received this message because you are subscribed to the Google 
> Groups "beets" group. 
> >> To unsubscribe from this group and stop receiving emails from it, send 
> an email to [email protected]. 
> >> For more options, visit https://groups.google.com/d/optout. 
> > 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "beets" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to [email protected] <javascript:>. 
> > For more options, visit https://groups.google.com/d/optout. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"beets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to