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 ehuss
Recipients ehuss, theller
Date 2009-06-24.21:08:27
SpamBayes Score 0.0002746699
Marked as misclassified No
Message-id <1245877709.89.0.124582375066.issue6338@psf.upfronthosting.co.za>
In-reply-to
Content
Importing the "uuid" module on a posix system (FreeBSD in my case) that
does not have a C compiler causes "cc: not found" to be sent to stderr.
 This is because it imports ctypes and calls ctypes.util.find_library
which attempts to determine if the C compiler is called "gcc" or "cc"
using a shell command.
History
Date User Action Args
2009-06-24 21:08:30ehusssetrecipients: + ehuss, theller
2009-06-24 21:08:29ehusssetmessageid: <1245877709.89.0.124582375066.issue6338@psf.upfronthosting.co.za>
2009-06-24 21:08:28ehusslinkissue6338 messages
2009-06-24 21:08:27ehusscreate