Il 9 febbraio 2016 18:09, Pietro <peter.z...@gmail.com> ha scritto:

> $ python3 test_imp.py
> Traceback (most recent call last):
>   File "test_imp.py", line 6, in <module>
>     imp.find_module('libgreen')
>   File "/usr/lib/python3.5/imp.py", line 296, in find_module
>     raise ImportError(_ERR_MSG.format(name), name=name)
> ImportError: No module named 'libgreen'

$ strace -e open python3 test_imp.py |& grep libgreen
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Rispondere a