01-14-06 02:18 AM
Graham Dumpleton wrote:
> Jim Gallacher wrote ..
>
>
>
> I am making a guess that it is because of the following:
>
> ~ [510]$ touch .py
> ~ [511]$ python
> Python 2.3 (#1, Sep 13 2003, 00:49:11)
> [GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>
>
> (<open file '.py', mode 'U' at 0x602e0>, '.py', ('.py', 'U', 1))
>
> Ie., look for a ".py" file in PIL.
There is no .py in site-packages/PIL/ but it does look like the problem
is PIL related.
[vbcol=seagreen]
(None, '/usr/lib/python2.3/site-packages/PIL/', ('', '', 5))
I've changed the unit test to avoid the problem so I don't think it's
worth wasting any more time.
Jim
[ Post a follow-up to this message ]
|