-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
song = taglib.File("/path/to/my/file.mp3") throws NameError: name 'fspath' is not defined #57
Comments
It turns out when I ran same code with python3 it works. But I was expecting it to work with python2.7 |
I installed pytaglib from standard command for version 1.4.4 |
Thanks for reporting. Apparently I forgot to regenerate the shipped |
Please try v1.4.5 just released to PyPI! |
I am trying fresh , while installing the version 1.4.5 it is throwing an error in pip.log. I checked packages libtag1-dev and python-dev are already installed. after that I ran Removing temporary dir /tmp/pip_build_root... |
I am trying to run basic example in linux environment:
I have installed development headers of pytaglib and also python-dev headers, but after running following lines I get and exception :
import taglib
song = taglib.File("/path/to/my/file.mp3")
Exception:
Traceback (most recent call last):
File "", line 1, in
File "src/taglib.pyx", line 72, in taglib.File.cinit
NameError: name 'fspath' is not defined
The text was updated successfully, but these errors were encountered: