[Image-SIG] Re: Re: ANN: PIL 1.1.5 beta 3 (february 8, 2005)

Fredrik Lundh fredrik at pythonware.com
Tue Feb 8 23:02:56 CET 2005


Bob Ippolito wrote:

> That fixes it, of course.
>
> % python selftest.py
> 55 tests passed.
>
> Most of the projects I deal with will run tests with the build dir in sys.path so that you don't 
> have to install before testing.

that's why the README recommends you to do

        $ python setup.py build_ext -i
        $ python selftest.py

(this builds the extension "in place", so you can test it without having
to mess with the path)

</F> 





More information about the Image-SIG mailing list