Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11988, comment 36


Ignore:
Timestamp:
Jun 2, 2020, 5:45:16 AM (4 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11988, comment 36

    initial v1  
    3737}}}
    3838
    39 According to https://docs.python.org/3/whatsnew/3.8.html#ctypes, the behavior has been changed since Python 3.8 on Windows. Work around is to call [https://docs.python.org/3/library/os.html#os.add_dll_directory os.add_dll_directory()] before `require tidy` or copy `tidy.dll` file to `scripts` directory of using virtualenv.
     39According to https://docs.python.org/3/whatsnew/3.8.html#ctypes, the behavior has been changed since Python 3.8 on Windows. Work around is to call [https://docs.python.org/3/library/os.html#os.add_dll_directory os.add_dll_directory()] before `import tidy` or copy `tidy.dll` file to `scripts` directory of using virtualenv.
    4040
    4141==== uTidyLib 0.6 on Python 2.7