Seite 2 von 2

Re: JPEG Bild in Python als Hintergrund einfügen

Verfasst: Sonntag 3. Juni 2018, 15:20
von MiniDeveloper
Kleine Tipps:
Benutze PyGame oder PyQt, da geht so etwas recht fix :)

Re: JPEG Bild in Python als Hintergrund einfügen

Verfasst: Dienstag 5. Juni 2018, 15:49
von MiniDeveloper
Hi!
Ich hab mal das was Wuf gesagt hat probiert, und dieser Error kam:

Code: Alles auswählen

from PIL import Image, ImageTk
ImportError: cannot import name 'ImageTk'
Ich benutze die Python 3.5 Version, wie heißt ImageTk denn dort?

Danke für eure Hilfe :)

Re: JPEG Bild in Python als Hintergrund einfügen

Verfasst: Dienstag 5. Juni 2018, 16:08
von ThomasL
schau mal ob dir das hier weiterhilft
http://pillow.readthedocs.io/en/5.1.x/