Non riesco a capire questo:
pip install mutagen
non restituisce alcun errore, eppure mentre provo a usarlo ottengo questo:
$ python
Python 2.6.6 (r266:84292, Jun 22 2011, 22:27:57)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import mutagen
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named mutagen
cosa sta succedendo?