This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srid
Recipients srid, tarek
Date 2010-06-06.17:50:57
SpamBayes Score 0.007069486
Marked as misclassified No
Message-id <1275846660.59.0.731483262347.issue8918@psf.upfronthosting.co.za>
In-reply-to
Content
OS = SunOS ginsu 5.10 Generic_125101-10 i86pc i386 i86pc
Python 2.7rc1

======================================================================
ERROR: test_search_cpp (distutils.tests.test_config_cmd.ConfigTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/apy/rrun/tmp/autotest/apy/lib/python2.7/distutils/tests/test_config_cmd.py", line 46
, in test_search_cpp
    match = cmd.search_cpp(pattern='xxx', body='// xxx')
  File "/export/home/apy/rrun/tmp/autotest/apy/lib/python2.7/distutils/command/config.py", line 211, in search_cpp
    file = open(out)
IOError: [Errno 2] No such file or directory: '_configtest.i'
History
Date User Action Args
2010-06-06 17:51:00sridsetrecipients: + srid, tarek
2010-06-06 17:51:00sridsetmessageid: <1275846660.59.0.731483262347.issue8918@psf.upfronthosting.co.za>
2010-06-06 17:50:58sridlinkissue8918 messages
2010-06-06 17:50:57sridcreate