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 pitrou
Recipients pitrou, theller
Date 2009-01-10.22:34:43
SpamBayes Score 0.09846791
Marked as misclassified No
Message-id <1231626885.19.0.766373314699.issue4912@psf.upfronthosting.co.za>
In-reply-to
Content
ctypes/util.py contains invalid py3k syntax at lines 106-107:

        if rv == 10:
            raise OSError, 'gcc or cc command not found'
History
Date User Action Args
2009-01-10 22:34:45pitrousetrecipients: + pitrou, theller
2009-01-10 22:34:45pitrousetmessageid: <1231626885.19.0.766373314699.issue4912@psf.upfronthosting.co.za>
2009-01-10 22:34:44pitroulinkissue4912 messages
2009-01-10 22:34:43pitroucreate