Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

importing DLT is throwing error what needs to be Done? #12

Closed
nani0097 opened this issue Sep 5, 2019 · 3 comments
Closed

importing DLT is throwing error what needs to be Done? #12

nani0097 opened this issue Sep 5, 2019 · 3 comments

Comments

@nani0097
Copy link

nani0097 commented Sep 5, 2019

from dlt.dlt import DLTMessage

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

@nani0097
Copy link
Author

nani0097 commented Sep 5, 2019

Can some one help us in resolving the issue mentioned above

@aigarius
Copy link
Member

aigarius commented Sep 5, 2019

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.

@aigarius
Copy link
Member

aigarius commented Oct 8, 2019

Duplicate of issue #1

@aigarius aigarius closed this as completed Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants