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> 



_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to