You are not logged in.
Error: The configobj module wasn't found. Please check that it's installed properly. Download it from your distro's repository (usually python-configobj) or directly from http://code.google.com/p/configobj/
python-configobj-5.0.1-1 is installed.
Any clues?
Thanks
Last edited by Frabato (2014-02-23 15:26:47)
Offline
puddletag is a python2 program. You would need python2-configobj, which is already a dependency of puddletag. Reinstall it, maybe?
Edit, Oh! Try installing python2-six: https://bugs.archlinux.org/task/38969
Last edited by Scimmia (2014-02-23 05:35:35)
Offline
Scimmia,
You're a genius! I had to install python2-six. I suppose that it should be added to the dependency list. Anyway, thanks much!
Offline
I'm just the messenger, credit goes to Tonurics for the bug report I linked to.
Don't forget to mark the thread solved.
Offline
Installing python2-six does not solve this issue for me. Instead, puddletag refuses to start and spits out this error:
File "/usr/lib/python2.7/site-packages/configobj.py", line 1991, in _write_line
self._decode_element(comment))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 60: ordinal not in range(128)Re-installing puddletag and all it's dependencies does not fix the error, sadly. Any takers who are more familiar with python than me?
"Never ascribe to malice that which is adequately explained by incompetence."
~ Napoleon I
Offline
Hi there, puddletag author here
There seems to be an error in your config. Please create an issue on the bugtracker (http://code.google.com/p/puddletag/issues) with the file ~/.puddletag/puddletag.conf attached. Otherwise, just deleting the file should solve the issue.
Offline
Seems to be all fixed. Thank you for a very prompt response, cpuddle. May I also take the opportunity to thank you for making such a great tag editor. I'm glad I can still continue to use it!
"Never ascribe to malice that which is adequately explained by incompetence."
~ Napoleon I
Offline