fffonion/Xunlei-Fastdick

Handle more optional modules for OpenWrt

Open

#84 ouverte le 15 déc. 2016

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (188 forks)batch import
help wanted

Métriques du dépôt

Stars
 (818 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur