gpt4 book ai didi

pygame - 带 Pillow 的 Python 3.3 - 导入错误 : No module named 'Image'

转载 作者:行者123 更新时间:2023-12-04 10:00:25 26 4
gpt4 key购买 nike

我有这个代码:

import Image

import pygame, sys
from pygame.locals import *

pygame.init()

catImg = Image.open("cat.jpg")

我正在使用 Python 3.3 和最新版本的 Pillow。但是当我运行这段代码时,我得到:
ImportError: No module named 'Image'

我卸载了 PIL。有人可以帮助我吗?

最佳答案

似乎您使用了不正确的导入,请尝试:

from PIL import Image

反而。

关于pygame - 带 Pillow 的 Python 3.3 - 导入错误 : No module named 'Image' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23503326/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com