Menu

Python port on windows.

sueastside
2009-04-21
2013-06-03
  • sueastside

    sueastside - 2009-04-21

    helper.py iterates over the files in the dir it resides in, calling 'LoadLibrary()' on all of them.

    Unfortunately windows doesn't just throw an exception it also displays a messagebox 'Bad Image'.

    Calling "ctypes.windll.kernel32.SetErrorMode(0x8007)" in the beginning of 'search_library()' would fix this.

    Are you guys on IRC somewhere?

     
    • Kim Kulling

      Kim Kulling - 2009-05-19

      You can try the zfx-channel:
      Server    : irc.euirc.net
      Channel : #zfx

      Kimmi

       

Log in to post a comment.