From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [80.91.229.2] (helo=ciao.gmane.org) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1LUoTF-0001cH-O5 for openembedded-devel@openembedded.org; Wed, 04 Feb 2009 21:35:44 +0100 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LUoT6-0002qT-Nc for openembedded-devel@openembedded.org; Wed, 04 Feb 2009 20:35:32 +0000 Received: from s55917625.adsl.wanadoo.nl ([85.145.118.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Feb 2009 20:35:32 +0000 Received: from k.kooi by s55917625.adsl.wanadoo.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Feb 2009 20:35:32 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@openembedded.org From: Koen Kooi Date: Wed, 04 Feb 2009 21:35:22 +0100 Message-ID: Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: s55917625.adsl.wanadoo.nl User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20090131 Shredder/3.0b2pre Sender: news Subject: python 'platform' module not being built X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2009 20:35:58 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi, Frans and I are trying to get python-coherence working, but we are hitting a few snags: root@beagleboard:~# coherence Traceback (most recent call last): File "/usr/bin/coherence", line 21, in from coherence import __version__ File "/usr/lib/python2.6/site-packages/coherence/__init__.py", line 1, in import platform ImportError: No module named platform root@beagleboard:~# Some googling brings me to: http://docs.python.org/library/platform.html That suggests that it's part of python, but it doesn't seem to get built in OE, is there any reason for that? If not, what would be the best way to build it? regards, Koen