Message89681
| 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:30 | ehuss | set | recipients: + ehuss, theller |
| 2009-06-24 21:08:29 | ehuss | set | messageid: <1245877709.89.0.124582375066.issue6338@psf.upfronthosting.co.za> |
| 2009-06-24 21:08:28 | ehuss | link | issue6338 messages |
| 2009-06-24 21:08:27 | ehuss | create | |