[Python-Dev] ossaudiodev and linuxaudiodev not built on SLES11SP2 due to change in sys.platform
Christian Heimes
lists at cheimes.de
Mon May 21 17:16:34 CEST 2012
Am 21.05.2012 16:53, schrieb Wempa, Kristofer:
> Sorry, I forgot to mention that this is for Python 2.6.8 and 2.7.3.
You must be mistaken, Python 2.7.3 has a fix for the issue. configure
checks for linux*:
linux*) MACHDEP="linux2";;
On the other hand Python 2.6.8 has no such fix and thus sets linux3 on
Kernel 3.0 and newer. You have fix it yourself as described in my blog
http://lipyrary.blogspot.de/2011/09/python-and-linux-kernel-30-sysplatform.html
Christian
More information about the Python-Dev
mailing list