* python 'platform' module not being built
@ 2009-02-04 20:35 Koen Kooi
2009-02-04 20:57 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2009-02-04 20:35 UTC (permalink / raw)
To: openembedded-devel
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 <module>
from coherence import __version__
File "/usr/lib/python2.6/site-packages/coherence/__init__.py", line
1, in <module>
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
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: python 'platform' module not being built
2009-02-04 20:35 python 'platform' module not being built Koen Kooi
@ 2009-02-04 20:57 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2009-02-04 20:57 UTC (permalink / raw)
To: openembedded-devel
On 04-02-09 21:35, Koen Kooi wrote:
> 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 <module>
> from coherence import __version__
> File "/usr/lib/python2.6/site-packages/coherence/__init__.py", line 1,
> in <module>
> 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?
Ignore more, it's in python-misc (which doesn't get dragged in by 'opkg
install python-modules')
regards,
Koen
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-04 20:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-04 20:35 python 'platform' module not being built Koen Kooi
2009-02-04 20:57 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.