I use sphinx to auto generate documents. When I ran "make html", it raised the following error.
error: AccessInit: hash collision: 3 for both 1 and 1.
I found a related article in http://jaredforsyth.com/blog/2010/apr/28/accessinit-hash-collision-3-both-1-and-1/. It said that it's the different ways of import PIL that result in the collision. I do exactly as this article said, patch Docutils and Pygments, but I still got the above error.
Can anyone tell me how to fix this problem?