You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A major issue is that the json module is broken for python-light on OpenWrt. The module won't work without another system package called python-codecs.
As an alternative Python package, python-base on OpenWrt provides a much smaller subset of the Python standard library than python-light. Modules like atexit, tarfile, time, binascii, and even __future__ are all unavailable.
These modules are all imported without checking their existence.
The text was updated successfully, but these errors were encountered:
A major issue is that the
json
module is broken forpython-light
on OpenWrt. The module won't work without another system package calledpython-codecs
.As an alternative Python package,
python-base
on OpenWrt provides a much smaller subset of the Python standard library thanpython-light
. Modules likeatexit
,tarfile
,time
,binascii
, and even__future__
are all unavailable.These modules are all imported without checking their existence.
The text was updated successfully, but these errors were encountered: