Spaces:
Runtime error
Runtime error
Commit ·
3f1a1ab
1
Parent(s): 45d93d4
dds
Browse files- dds_util.py +2 -2
- libdds.so +2 -2
dds_util.py
CHANGED
|
@@ -40,12 +40,12 @@ table = ddTableResults()
|
|
| 40 |
|
| 41 |
dll_name = DLL = None
|
| 42 |
if os.name == "posix":
|
| 43 |
-
dll_name = "
|
| 44 |
DLL = ctypes.CDLL
|
| 45 |
|
| 46 |
if dll_name:
|
| 47 |
#dll_path = os.path.join(os.path.dirname(os.path.abspath(__file__)),dll_name)
|
| 48 |
-
dll_path =
|
| 49 |
#dll_path='C:\\Users\\peter\\Python\\PBNGenerator\\dds-64.dll'
|
| 50 |
if dll_name and os.path.exists(dll_path):
|
| 51 |
dll = DLL(dll_path)
|
|
|
|
| 40 |
|
| 41 |
dll_name = DLL = None
|
| 42 |
if os.name == "posix":
|
| 43 |
+
dll_name = "libdds.so"
|
| 44 |
DLL = ctypes.CDLL
|
| 45 |
|
| 46 |
if dll_name:
|
| 47 |
#dll_path = os.path.join(os.path.dirname(os.path.abspath(__file__)),dll_name)
|
| 48 |
+
dll_path = os.path.join(os.getcwd(),dll_name)
|
| 49 |
#dll_path='C:\\Users\\peter\\Python\\PBNGenerator\\dds-64.dll'
|
| 50 |
if dll_name and os.path.exists(dll_path):
|
| 51 |
dll = DLL(dll_path)
|
libdds.so
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8c6acecf3a959575a300a3099e083b30a8f3cd933f99a2bbfe22533f3fae93d
|
| 3 |
+
size 276134
|