On Sat, 18 Feb 2012 09:56:03 +0100, meino.cra...@gmx.de wrote: > Exception: Platform 'linux3' not supported: > File > "/var/tmp/portage/media-sound/hydrogen-0.9.5/work/hydrogen-0.9.5/Sconstruct", > line 378: includes, a , b = get_platform_flags( opts ) File > "/var/tmp/portage/media-sound/hydrogen-0.9.5/work/hydrogen-0.9.5/Sconstruct", > line 103: raise Exception( "Platform '%s' not supported" % sys.platform > )
This is not related to your kernel version AFAICT. sys.platform is set to linux2 on the two systems running version 3 kernels I've tried it on. According to the python docs "Changed in version 2.7.3: Since lots of code check for sys.platform == 'linux2', and there is no essential change between Linux 2.x and 3.x, sys.platform is always set to 'linux2', even on Linux 3.x. In Python 3.3 and later, the value will always be set to 'linux', so it is recommended to always use the startswith idiom presented above." It sounds like you are using an older python. -- Neil Bothwick If you think that there is good in everybody, you haven't met everybody.
signature.asc
Description: PGP signature