We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Python 3 I get this error:
File "...python3.5/site-packages/pynliner/__init__.py", line 222, in _get_external_styles self.style_string += self._get_url(url) TypeError: Can't convert 'bytes' object to str implicitly
It's a pynliner problem. I have already described it here and opened a pull request to fix this but @rennat seem to be too busy to review it.
Is there a way to make django-inlinecss work with Python 3?
The text was updated successfully, but these errors were encountered:
The pull request has been merged and released to pypi. Please release a new version that depends on pynliner instead of pynliner3.
pynliner
pynliner3
Sorry, something went wrong.
@utapyngo how did u solve it?
Switched to django-mailcss.
Seems that this can be closed, Python 3 has worked now for a long while.
No branches or pull requests
On Python 3 I get this error:
It's a pynliner problem.
I have already described it here and opened a pull request to fix this but @rennat seem to be too busy to review it.
Is there a way to make django-inlinecss work with Python 3?
The text was updated successfully, but these errors were encountered: