mp3 - TinyTag import error python 3.3 -
I am trying to import small tags in Python to be able to read MP3 tags but I am the same I get the error. I'm running this code
Import from tinytag to TinyTag tag = TinyTag.get ('/ some / music.mp3) print (tag.album) < P> And with this error, I get it importError: There is no module named 'tinytag' If someone is about to fix me It can be very appreciated or may suggest another reader compatible with Pygm3.
Like you, I'm new to Python and I struggled with this, but I Eventually worked. I'm sure that's the better way, but it works (on windows, with my examples)
- I've installed a Python module named easy_install (bundle with setuptools). You can google it in the directory \ Python26 \ Scripts, you should see an exe file called easy_install if it is working
- Then I've downloaded TinyTag to my PC like \ Downloads \ tinytag-0.6. 1.tar.gz
- Then in the Notepad I wrote a small text file named myinstall.bat;
easy_install c: / downloads / tintag-16.1.tar.gz
pause
- then save it to \ Python26 \ Scripts After that, I have started using some software called JetBrains (this is commercial but there is one in it). Free version) and it has an installed device which is much easier) I hope it helps
Comments
Post a Comment