Ich fand nur 2 sehr alte Threads über dieses Thema.
Habe mit freetz-ng ein python package erstellt:
Scheitern tut es beim Ausführen auf der Box und mit der Meldung steh ich im Regen.
Das
Es scheint überhaupt nicht versucht zu werden, den Interpreter zu starten.
Braucht's doch ein freetz environment?
Habe mit freetz-ng ein python package erstellt:
make python-precompiled
Scheitern tut es beim Ausführen auf der Box und mit der Meldung steh ich im Regen.
Rich (BBCode):
# mount
/dev/sda1 on /var/media/ftp/16_GB type ext4 (rw,relatime,data=ordered)
# pwd
/var/media/ftp/16_GB/python
# ls -l
drwxrwxrwx 2 root root 4096 Feb 26 14:21 bin
drwxrwxrwx 3 root root 4096 Feb 26 14:21 include
drwxrwxrwx 4 root root 4096 Feb 26 14:21 lib
# cd bin/
# ls -l
lrwxrwxrwx 1 root root 7 Feb 26 14:21 python -> python2
lrwxrwxrwx 1 root root 9 Feb 26 14:21 python2 -> python2.7
-rwxrw-rw- 1 root root 431 Mar 2 23:12 python2.7
-rwxrwxrwx 1 root root 1521628 Feb 26 14:21 python2.7.bin
# cat python
#!/bin/sh
# Change the value of PYTHONHOME variable and comment LD_LIBRARY_PATH line in
# if you want to use python on an unmodified box. Don't forget to copy all
# libraries python and its modules depend on to ${PYTHONHOME}/lib/freetz.
set -x
export PYTHONHOME="/var/media/ftp/16_GB/python"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}${LD_LIBRARY_PATH:+:}${PYTHONHOME}/lib/freetz"
exec "${PYTHONHOME}/bin/python2.7.bin" -B "$@"
# ./python --version
+ export 'PYTHONHOME=/var/media/ftp/16_GB/python'
+ export 'LD_LIBRARY_PATH=/var/media/ftp/16_GB/python/lib/freetz'
+ exec /var/media/ftp/16_GB/python/bin/python2.7.bin -B --version
./python: exec: line 11: /var/media/ftp/16_GB/python/bin/python2.7.bin: not found
set -x
hab ich eingefügt. Die Libraries sind im entsprechenden Ordner ${PYTHONHOME}/lib/freetz
.Es scheint überhaupt nicht versucht zu werden, den Interpreter zu starten.
Braucht's doch ein freetz environment?
Zuletzt bearbeitet: