[Python] ImportError and sys.path
Roberto Polli
robipolli a gmail.com
Mar 9 Feb 2016 23:29:46 CET
2016-02-09 18:18 GMT+01:00 Pietro <peter.zamb a gmail.com>:
>> strace -e open python3 test_imp.py |& grep libgreen
> non so bene come interpretare l'output di strace...
Dovresti andare alla ricerca del file mancante con ENOENT, tipo il
seguente. Prova a sostituire
-e open
con
-e file
> open("libpython3.5m.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such
> file or directory)
Pace,
R.
Maggiori informazioni sulla lista
Python