Skip to content

Python 3 - Error with "decode('utf-8') #32

@Izymask

Description

@Izymask

Hello,

There's an error in Python 3 with the line (in the init method of PDFKit)

self.wkhtmltopdf = self.configuration.wkhtmltopdf.decode('utf-8')
'str' object has no attribute 'decode'

We had to remove the call of the decode function to make it work.

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