fffonion/Xunlei-Fastdick

Handle more optional modules for OpenWrt

Open

#84 aperta il 15 dic 2016

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (188 fork)batch import
help wanted

Metriche repository

Star
 (818 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor