Skip to content

html2vimdoc.py depends on deprecated interface #8

Description

@kennykaye

When running html2vimdoc.py I experience the following error:

Traceback (most recent call last):
  File "html2vimdoc.py", line 87, in <module>
    logger.addHandler(coloredlogs.ColoredStreamHandler(show_name=True))
AttributeError: 'module' object has no attribute 'ColoredStreamHandler'

This seems to be because the interface of coloredlogs has changed, deprecating the coloredlogs.ColoredStreamHandler method.

This may be as simple as modifying the documentation to pip install 'coloredlogs==2.0'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions