Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # Previous lines
  2. ale_lib = None
  3. try:
  4. ale_lib = cdll.LoadLibrary(os.path.join(os.path.dirname(__file__),
  5. 'ale_interface/ale_c.dll')) # abs path
  6. except:
  7. ale_lib = cdll.LoadLibrary('ale_c.dll') # trigger dll load order
  8.  
  9. # Next lines
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement