TagPy 0.94.1

Responding to a patch from Bill Nottingham, I've uploaded TagPy 0.94.1. It fixes building TagPy against TagLib 1.5 and also fixes a mis-wrap of the clear method of the Map type.

In case you were wondering, 0.94 was a dud, but by the time I realized that, I had already uploaded the tarball to the Python Package Index, which made it unchangeable. :(

Additionally, I've decided to only upload new releases of TagPy to its page in the Python Package Index. Easier maintenance, yay! :)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

hello: does tagpy support win32, on my winbox running

python setyp.py install

i got error Traceback (most recent call last): File "./setup.py", line 117, in main() File "./setup.py", line 53, in main conf = get_config(get_config_schema()) File "C:\tagpy-0.94.5\tagpy-0.94.5\aksetup_helper.py", line 93, in get_config if not schema.have_config() and not schema.have_global_config(): File "C:\tagpy-0.94.5\tagpy-0.94.5\aksetup_helper.py", line 252, in have_globa l_config os.access(self.global_conf_file, os.R_OK)) TypeError: coercing to Unicode: need string or buffer, NoneType found

I got the same error described above. I am trying to install tagpy on Windows XP.