Skip to content

Python3 bytes => string output issue #1

@thisisparker

Description

@thisisparker

If you run this in Python3, you might run into a an issue during file output where it says "output must be a string, not bytes." It's easy to fix that by just removing the ".encode('utf-8')" part on line 119 of gutengrep.py, but based on some of the other functions here that might screw up the way it gets shown in the terminal on Windows.

In any case, I know this software is a few years old and if it works for you it's probably not worth changing. Filing this issue in case other people run into the problem, though.

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