Wiadomość napisana przez Fredrik Lundh w dniu 2010-04-18, o godz. 23:36:

> 2010/4/18 Łukasz Langa <luk...@langa.pl>:
>> $ python
>> Python 2.6.5 (r265:79063, Mar 26 2010, 16:07:38)
>> [GCC 4.2.1 (Apple Inc. build 5646) (dot 1)] on darwin
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> import _imaging
>>>>> import PIL._imaging
>> AccessInit: hash collision: 3 for both 1 and 1
> 
> Interesting.  Can you repeat this with -v and report from where the
> modules are loaded?

Sure. It's probably Mac specific so I present you the whole process that 
produces the bug:

Approach 1: easy_install
a) installing PIL: http://bpaste.net/show/FogXFJtGNzAfvgaAPxEX/
b) using PIL: http://bpaste.net/show/5638/

Approach 2: pip
a) installing PIL: http://bpaste.net/show/5639/
b) using PIL: http://bpaste.net/show/5640/

So, it's not easy_install specific and it's triggerred by symlinks as well as 
by .pth files.


-- 
Best regards,
Łukasz Langa
tel. +48 791 080 144
WWW http://lukasz.langa.pl/

_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to