Skip to content
New issue

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

Deprecation Warning #1

Open
koppenho opened this issue Dec 29, 2022 · 1 comment
Open

Deprecation Warning #1

koppenho opened this issue Dec 29, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@koppenho
Copy link
Owner

Describe the bug
While running/printing labels several warnings appear in the logs, emitted from brother_ql_web.py:

  • DeprecationWarning: multiline_textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use multiline_textbbox instead.
  • DeprecationWarning: textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use textbbox or textlength instead.
  • deprecation warning: brother_ql.devicedependent is deprecated and will be removed in a future release

This must be considered as a bug because the code will no longer work with a future version of the libraries PIP and ImageDraw.

Expected behavior
Rewrite code and avoid deprecated functions.

@koppenho koppenho added the bug Something isn't working label Dec 29, 2022
@koppenho
Copy link
Owner Author

I am no python specialist. Fixing this would be very hard for me.
Anybody out there who can help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant