NI Linux Real-Time Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Are there standard libraries missing from the python opkg install?

During a make of a third party app, there are a bunch of python2.7 libraries that it needs in order to run the ./configure file.

I've run opkg python and opkg python-dev to no avail in finding optparse.

It need to specifically run python2, so even a successful python3 re-link didn't work. Do I need to make python2.7 from scratch in order to get the standard libraries?

0 Kudos
Message 1 of 3
(3,333 Views)

Did you try opkg install python-modules? It's probably in that. If not, it's in python-textutils for sure.

0 Kudos
Message 2 of 3
(3,032 Views)

I actually fixed the problem by building 2.7.11 from source. But I'll try python-modules next time I format.

0 Kudos
Message 3 of 3
(3,032 Views)