You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get 'qrcode.image.pure.PyPNGImage object. And I fail to do anything with it. If I try to use it as a TkInter labe I get an error:
image "<qrcode.image.pure.PyPNGImage object at 0x7f5c6a78f100>" doesn't exist
If I try to convert with someimg = tk.PhotoImage(data=another_attempt) I get an error too.
So my question is how do you actually make types match and make result useful? Is it doable without saving?
The text was updated successfully, but these errors were encountered:
Sorry for a noob question, but I'm having trouble using this lib.
By default if I do:
I get
'qrcode.image.pure.PyPNGImage
object. And I fail to do anything with it. If I try to use it as a TkInter labe I get an error:If I try to convert with
someimg = tk.PhotoImage(data=another_attempt)
I get an error too.So my question is how do you actually make types match and make result useful? Is it doable without saving?
The text was updated successfully, but these errors were encountered: