You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<pyshell#7>", line 1, in
from dlt.dlt import DLTMessage
File "C:\Python27\lib\site-packages\dlt-1.0-py2.7.egg\dlt\dlt.py", line 16, in
from dlt.core import (
File "C:\Python27\lib\site-packages\dlt-1.0-py2.7.egg\dlt\core_init_.py", line 9, in
from dlt.core.core_base import *
File "C:\Python27\lib\site-packages\dlt-1.0-py2.7.egg\dlt\core\core_base.py", line 7, in
dltlib = ctypes.cdll.LoadLibrary('libdlt.so.2')
File "C:\Python27\lib\ctypes_init_.py", line 444, in LoadLibrary
return self.dlltype(name)
File "C:\Python27\lib\ctypes_init.py", line 366, in init
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] The specified module could not be found
The text was updated successfully, but these errors were encountered:
Running this on Windows is not supported by us. One could try adding support by using the *.dll name of the libdlt library instead of Linux-specific *.so.? name, but if you get any issues after that, we will not be able to help you.
Traceback (most recent call last):
File "<pyshell#7>", line 1, in
from dlt.dlt import DLTMessage
File "C:\Python27\lib\site-packages\dlt-1.0-py2.7.egg\dlt\dlt.py", line 16, in
from dlt.core import (
File "C:\Python27\lib\site-packages\dlt-1.0-py2.7.egg\dlt\core_init_.py", line 9, in
from dlt.core.core_base import *
File "C:\Python27\lib\site-packages\dlt-1.0-py2.7.egg\dlt\core\core_base.py", line 7, in
dltlib = ctypes.cdll.LoadLibrary('libdlt.so.2')
File "C:\Python27\lib\ctypes_init_.py", line 444, in LoadLibrary
return self.dlltype(name)
File "C:\Python27\lib\ctypes_init.py", line 366, in init
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] The specified module could not be found
The text was updated successfully, but these errors were encountered: