mardi 30 juin 2020

ModuleNotFoundError: No module named 'context'

I get the following error when I try to run a pyVows test:

Traceback (most recent call last):
  File "C:\Program Files\Python38\lib\unittest\loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "C:\Program Files\Python38\lib\unittest\loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "D:\Programmierung\Python-Projekte\JourneyMap\JourneyMap\tests.py", line 2, in <module>
    from django_pyvows.context import DjangoHTTPContext
  File "C:\Users\malo0\AppData\Roaming\Python\Python38\site-packages\django_pyvows\__init__.py", line 11, in <module>
    from context import DjangoContext, DjangoHTTPContext
ModuleNotFoundError: No module named 'context'

I installed pyVows and django-pyvows Am I missing something? I found no helpful documentation

Aucun commentaire:

Enregistrer un commentaire