New submission from Eric Huss <e...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6338> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com