Installing PIL (Python Imaging Library) in Win7 64 bits, Python 2.6.4

后端 未结 10 790
醉酒成梦
醉酒成梦 2020-12-04 06:44

I\'m trying to install said library for use with Python. I tried downloading the executable installer for Windows, which runs, but says it doesn\'t find a Python installatio

10条回答
  •  自闭症患者
    2020-12-04 07:07

    Compiling PIL on Windows x64 is apparently a bit of a pain. (Well, compiling anything on Windows is a bit of a pain in my experience. But still.) As well as PIL itself you'll need to build many dependencies. See these notes from the mailing list too.

    There's an unofficial precompiled binary for x64 linked from this message, but I haven't tried it myself. Might be worth a go if you don't mind the download being from one of those slightly dodgy file-upload sites. Other than that... well, you could always give up and instead the 32-bit Python binary instead.

提交回复
热议问题