[Python-Dev] ossaudiodev and linuxaudiodev not built on SLES11SP2 due to change in sys.platform (original) (raw)
Christian Heimes lists at cheimes.de
Mon May 21 17:16:34 CEST 2012
- Previous message: [Python-Dev] ossaudiodev and linuxaudiodev not built on SLES11SP2 due to change in sys.platform
- Next message: [Python-Dev] cpython: Close #13585: add contextlib.ExitStack to replace the ill-fated
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] ossaudiodev and linuxaudiodev not built on SLES11SP2 due to change in sys.platform
- Next message: [Python-Dev] cpython: Close #13585: add contextlib.ExitStack to replace the ill-fated
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]