[New-bugs-announce] [issue6338] Error message displayed on stderr when no C compiler is present with ctypes

Eric Huss report at bugs.python.org
Wed Jun 24 23:08:29 CEST 2009


New submission from Eric Huss <eric at huss.org>:

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.

----------
assignee: theller
components: ctypes
files: ctypes_util.patch
keywords: patch
messages: 89681
nosy: ehuss, theller
severity: normal
status: open
title: Error message displayed on stderr when no C compiler is present with ctypes
versions: Python 2.6
Added file: http://bugs.python.org/file14357/ctypes_util.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6338>
_______________________________________


More information about the New-bugs-announce mailing list