Python Light compared to Python Full
-
Where is it described what elements of the full python installation are not included in the python light installation? Python light is recommended because of its smaller footprint, but I didn't see a description of what is being missed in exchange for the smaller footprint. Sorry if I overlooked a section of the documentation.
-
help("modules") in Python should list the modules installed. Of course one would have to install Python Light in order to do this.
opkg list | grep python from the command line should list the modules available.
-
It's explained in root source (OpenWRT wiki):