On 12-09-03 01:35 PM, Anders Thomson wrote: > Being a c guy, it was not obvious to me that the _language_ had IP > version knowledge (or anything IP related to it at all).
It's not the language per se, but the socket module, which is written in C. It references structs and consts that might not exist on a non-IPv6-aware system, so they need to be #ifdef'd out. But in fairness, this didn't really occur to me either, since I haven't used a custom built install of Python in probably a decade. :) I did just now test it, and ENABLE_IPV6 is defined by default when I run configure. I'd guess that it wasn't for you because you initially built Python on a system without kernel support for IPv6. Cheers, Jason. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel