[Tutor] import failure
Peter Otten
__peter__ at web.de
Fri Feb 22 12:42:36 EST 2019
Alex Kleider wrote:
> (p2) alex at one:$ ./tests/run_data_tests.py
Here you let the script decide which interpreter to pick...
> Traceback (most recent call last):
> ImportError: No module named tlslite.utils
...and it looks like it's not the one you'd like to have:
> (p2) alex at one:$ python
> Python 2.7.15rc1 (default, Nov 12 2018, 14:31:15)
> [GCC 7.3.0] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import tlslite
>>>> exit()
> Any suggestions as to what the problem might be or how to investigate
> further would be very much appreciated.
Try
(p2) alex at one:$ python ./tests/run_data_tests.py
More information about the Tutor
mailing list