I was testing the code today and ran into an error .
C:\PyScript\Python-J2534-Interface>py Auto-Connect.py
Traceback (most recent call last):
File "C:\PyScript\Python-J2534-Interface\Auto-Connect.py", line 1, in
from AutoJ2534 import j2534_communication
File "C:\PyScript\Python-J2534-Interface\AutoJ2534_init_.py", line 81, in
from AutoJ2534.interface import j2534_communication
ModuleNotFoundError: No module named 'AutoJ2534.interface'
Turned out it was caused by interface.py having a capital I in the file name that didn't match the request.
Just passing the info on.
I was testing the code today and ran into an error .
C:\PyScript\Python-J2534-Interface>py Auto-Connect.py
Traceback (most recent call last):
File "C:\PyScript\Python-J2534-Interface\Auto-Connect.py", line 1, in
from AutoJ2534 import j2534_communication
File "C:\PyScript\Python-J2534-Interface\AutoJ2534_init_.py", line 81, in
from AutoJ2534.interface import j2534_communication
ModuleNotFoundError: No module named 'AutoJ2534.interface'
Turned out it was caused by interface.py having a capital I in the file name that didn't match the request.
Just passing the info on.