Tres Seaver wrote:
>> Subject: UNKNOWN : Zope-trunk-alltests Python-2.6.5 : Linux
>> From: Zope Tests
>> Date: Sat Jan 8 01:21:40 EST 2011
>> URL: http://mail.zope.org/pipermail/zope-tests/2011-January/028217.html
>
> These both look like:
>
> Running /usr/local/python2.6/bin/python ./bin/test --all
> Traceback (most recent call last):
> File "./bin/test", line 23, in<module>
> import zope.testrunner
> ImportError: No module named zope.testrunner
>
> The buildout output looks "normal to me -- I'm not sure how to diagnose
> remotely.
Zope 2 trunk now uses the latest testrunner version. This no longer works:
/usr/local/python2.6/bin/python ./bin/test --all
Should now be:
/usr/local/python2.6/bin/python -S ./bin/test --all
or just:
./bin/test --all
Cheers, Yuppie
_______________________________________________
Zope-Dev maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )