Installing Python Imaging Library (PIL) on Snow Leopard with updated Python 2.6.2

前端 未结 12 2224
一向
一向 2020-12-08 01:12

I have a fresh install (started with a wiped drive) of Snow Leopard with the developer tools installed during the Snow Leopard installation.

I then installed Python

12条回答
  •  误落风尘
    2020-12-08 02:04

    I found a simpler method. sudo port install python26 sudo port install python_select

    Then use python_select set python26 as default.

    Then just install PIL as normal.

提交回复
热议问题