ImageWriter can't be instanciated #138
Labels
No labels
api-inconsistency
automerge
bug
contributions welcome
documentation
duplicate
enhancement
good first issue
invalid
more-information-needed
question
sync
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
WhyNotHugo/python-barcode#138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Env:
Whenever I try to store a picture without the default SVG writer, tjis error shows up
After looking at the code, there is an IF statement that prevent the class declaration in barcode/writer.py at line 330.
nvm, should had checked the head of the file. Everything is fixed when I installed PIL.
It would be nice to include PIL as a package requirement.