USRP E100 problem installing python-lxml

opkg install python-lxml

says the package does not exist…

are we supposed to build it from source?

thanks
Achilleas

Achilleas -

Have you updated your repo trees?:


opkg update


My repos show python-lxml packages:


usrp-e1xx:/home/bhilburn/# opkg list | grep python-lxml
python-lxml - 2.2.6-r0.9 - Powerful and Pythonic XML processing
library combining libxml2/libxslt with the ElementTree API.
python-lxml-dbg - 2.2.6-r0.9 - Powerful and Pythonic XML processing
library combining libxml2/libxslt with the ElementTree API.
python-lxml-dev - 2.2.6-r0.9 - Powerful and Pythonic XML processing
library combining libxml2/libxslt with the ElementTree API.

Also, for the future, you should probably direct these kinds of
questions to the USRP users list, since this doesn’t really have
anything to do with GNU Radio =)

http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Cheers,
Ben

On Mon, Jan 31, 2011 at 11:46 AM, Achilleas A.