Use the "opkg update" then the grep command to see if the feeds have the files you need.

For both version you have the same feeds, but remember the latest version is the one compatible with the feeds, as older images would update with the feeds to reach the latest version published.

See for grep/opkg, and do it for each package you would need.

Code:
opkg update
opkg list | grep python-lxml
opkg list_installed | grep python-lxml


If the packages you need are not available on the feeds, most probably then you will need the release of the OpenPLi 8.0star, we are working on the new version but we have no date yet of release.

Admin
_________________________