Opened 6 years ago
Last modified 6 months ago
#3254 new feature-request
Migrate Windows version stamping
Reported by: | Calum | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.x |
Component: | Packaging | Version: | develop |
Keywords: | Cc: |
Description (last modified by )
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
Note:
See TracTickets
for help on using tickets.