Die Suche ergab 3 Treffer

von schlangenmaus
Dienstag 8. Dezember 2009, 14:20
Forum: Installation/Konfigurieren
Thema: Minimal Python -> import httplib -> OverflowError: mat
Antworten: 5
Zugriffe: 3339

Hallo,

Danke für die Tips.

Ich habe Python für das embedded Device selber kompiliert
CFLAGS="-O2 -march=i486" ./configure --host=i486-linux-gnu --build=i486-linux-gnu --with-libc=../glibc-build/libc.so --disable-ipv6 --prefix=/usr/ && make clean && make

Mit libc Version 2.7 konnte ich python2.5 ...
von schlangenmaus
Dienstag 8. Dezember 2009, 11:38
Forum: Installation/Konfigurieren
Thema: Minimal Python -> import httplib -> OverflowError: mat
Antworten: 5
Zugriffe: 3339

Hallo,

Nein, es handelt sich um ein BusyBox-Linux. Kernel 2.6.28.
von schlangenmaus
Montag 7. Dezember 2009, 14:48
Forum: Installation/Konfigurieren
Thema: Minimal Python -> import httplib -> OverflowError: mat
Antworten: 5
Zugriffe: 3339

Minimal Python -> import httplib -> OverflowError: mat

Hallo,

Ich möchte auf einem "embedded" Linux einen minimalen python Interpreter installieren.

Das Debian-Paket http://packages.debian.org/lenny/python2.5-minimal liefert einen entsprechenden vorkomplilierten Python Interpreter und scheint dazu geeignet:

Jetzt habe ich jedoch ein schwerwiegendes ...