Skip to content

Commit

Permalink
Update mdi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-a-barnes authored Jan 24, 2025
1 parent 714ca6c commit 53056c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MDI_Library/mdi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
os.environ["PATH"] += r";C:\Program Files (x86)\mdi\bin"

# Add the directory containing the DLL
dll_directory = Path("C:/Program Files (x86)/mdi/bin")
dll_directory = Path("C:\Program Files (x86)\mdi\bin")
os.add_dll_directory(str(dll_directory))
print("AAAAAAAAAAAAAAAAAA: " + str(dll_directory))

import ctypes
import sys
Expand Down

0 comments on commit 53056c6

Please sign in to comment.