* Missing files in Python
@ 2011-11-29 16:41 Gary Thomas
2011-11-29 16:52 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Gary Thomas @ 2011-11-29 16:41 UTC (permalink / raw)
To: Poky Project
I'm experiencing some Python packaging issues.
* python-setuptools has a bunch of missing depends
I had to manually install these packages to be able to run a
simple 'setup.py' script:
python-audio
python-codecs
python-compile
python-compression
python-core
python-crypt
python-datetime
python-distutils
python-email
python-image
python-io
python-lang
python-logging
python-math
python-mime
python-netclient
python-netserver
python-pickle
python-pprint
python-re
python-readline
python-shell
python-stringold
python-threading
python-zlib
* easy_install shows that the basic Python packages are not exporting
the 'io' module. I can't find any package that includes these:
/usr/lib/python2.7/lib-dynload/_io.so
/usr/lib/python2.7/io.py
Are these known problems? Am I missing something? Perhaps I should file a bug?
Thanks
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: Missing files in Python
2011-11-29 16:41 Missing files in Python Gary Thomas
@ 2011-11-29 16:52 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2011-11-29 16:52 UTC (permalink / raw)
To: Gary Thomas; +Cc: Poky Project
[-- Attachment #1: Type: text/plain, Size: 2024 bytes --]
On Tue, Nov 29, 2011 at 09:41:41AM -0700, Gary Thomas wrote:
> I'm experiencing some Python packaging issues.
>
> * python-setuptools has a bunch of missing depends
> I had to manually install these packages to be able to run a
> simple 'setup.py' script:
> python-audio
> python-codecs
> python-compile
> python-compression
> python-core
> python-crypt
> python-datetime
> python-distutils
> python-email
> python-image
> python-io
> python-lang
> python-logging
> python-math
> python-mime
> python-netclient
> python-netserver
> python-pickle
> python-pprint
> python-re
> python-readline
> python-shell
> python-stringold
> python-threading
> python-zlib
Add those to python-setuptools RDEPENDS_${PN}
> * easy_install shows that the basic Python packages are not exporting
> the 'io' module. I can't find any package that includes these:
> /usr/lib/python2.7/lib-dynload/_io.so
> /usr/lib/python2.7/io.py
it's in python-io
SHR root@gjama / $ opkg files python-io
Package python-io (2.7.2-r0.2) is installed on root and has the
following files:
/usr/lib/python2.7/lib-dynload/termios.so
/usr/lib/python2.7/StringIO.py
/usr/lib/python2.7/ssl.py
/usr/lib/python2.7/socket.pyo
/usr/lib/python2.7/lib-dynload/_socket.so
/usr/lib/python2.7/lib-dynload/select.so
/usr/lib/python2.7/lib-dynload/_io.so
/usr/lib/python2.7/pipes.py
/usr/lib/python2.7/tempfile.pyo
/usr/lib/python2.7/io.pyo
/usr/lib/python2.7/io.py
/usr/lib/python2.7/StringIO.pyo
/usr/lib/python2.7/lib-dynload/cStringIO.so
/usr/lib/python2.7/_pyio.py
/usr/lib/python2.7/tempfile.py
/usr/lib/python2.7/socket.py
/usr/lib/python2.7/pipes.pyo
/usr/lib/python2.7/ssl.pyo
/usr/lib/python2.7/lib-dynload/_ssl.so
/usr/lib/python2.7/_pyio.pyo
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-29 16:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-29 16:41 Missing files in Python Gary Thomas
2011-11-29 16:52 ` Martin Jansa
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.