## Original from pywin32:
https://github.com/mhammond/pywin32/blob/master/win32/Lib/win32verstamp.py
## My attempt at porting to ctypes
https://gist.github.com/cas--/5168013c49a87ce848086a1b0d3c770e
## Pyinstaller
useful information but does not install on mingw.
https://pythonhosted.org/PyInstaller/usage.html#capturing-windows-version-
data
## Pefile
Might be usable but vague documentation
https://github.com/erocarrera/pefile
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3254>
Deluge <http://deluge-torrent.org/>
Deluge Project
Old description:
> Need to move from using pywin32 to alternative method if using mingw for
> packaging.
>
> ## Original from pywin32:
>
> https://github.com/mhammond/pywin32/blob/master/win32/Lib/win32verstamp.py
>
> ## My attempt at porting to ctypes
>
> https://gist.github.com/cas--/5168013c49a87ce848086a1b0d3c770e
>
> ## Pyinstaller
>
> useful information but does not install on mingw.
>
> https://pythonhosted.org/PyInstaller/usage.html#capturing-windows-
> version-data
>
> ## Pefile
>
> Might be usable but vague documentation
>
> https://github.com/erocarrera/pefile
New description:
Need to move from using pywin32 to alternative method if using mingw for
packaging.
== Original from pywin32 ==
https://github.com/mhammond/pywin32/blob/master/win32/Lib/win32verstamp.py
== My attempt at porting to ctypes ==
https://gist.github.com/cas--/5168013c49a87ce848086a1b0d3c770e
== Pyinstaller ==
useful information but does not install on mingw.
https://pythonhosted.org/PyInstaller/usage.html#capturing-windows-version-
data
== Pefile ==
Might be usable but vague documentation
https://github.com/erocarrera/pefile
--
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3254#comment:1>