Hi, My only changes outside the Python area were not source-related, they were just build system-related. The differences you saw were most likely because you compared against the release version, whereas I had updated to the latest CVS version.
On Tue, Sep 30, 2003 at 11:39:44AM +0100, Mikhail Sobolev wrote: > Here comes my question: the python setup.py test gave no errors. > However when I came to the test subdirectory and tried to run > test_string.py file directly, it gave me the attached errors. I wonder > whether it's serious at all? (Sorry I do not know a lot about the > testing framework implemented in Python.) I think this may be linking against the wrong versions of some libraries; either run all.py or use make test-python or python setup.py test; don't run the test cases individually. Although the string messages you get don't look too good... -- =Nicholas Riley <[EMAIL PROTECTED]> | <http://www.uiuc.edu/ph/www/njriley> _______________________________________________ metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
