Alex Kleider wrote:

> (p2) alex@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@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@one:$ python ./tests/run_data_tests.py



_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to