TagPy 0.94.1

Submitted by inducer on Sun, 20/04/2008 - 12:11

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 <module>
    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.

Post new comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>.
  • You can use Markdown syntax to format and style the text. Also see and Markdown Extra for tables, footnotes, and more.

More information about formatting options