Changes between Initial Version and Version 1 of Ticket #3254
- Timestamp:
- 05/23/2019 01:51:28 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3254 – Description
initial v1 1 1 Need to move from using pywin32 to alternative method if using mingw for packaging. 2 2 3 ## Original from pywin32: 3 == Original from pywin32 == 4 4 5 5 https://github.com/mhammond/pywin32/blob/master/win32/Lib/win32verstamp.py 6 6 7 ## My attempt at porting to ctypes 7 == My attempt at porting to ctypes == 8 8 9 9 https://gist.github.com/cas--/5168013c49a87ce848086a1b0d3c770e 10 10 11 ## Pyinstaller 11 == Pyinstaller == 12 12 13 13 useful information but does not install on mingw. … … 15 15 https://pythonhosted.org/PyInstaller/usage.html#capturing-windows-version-data 16 16 17 ## Pefile 17 == Pefile == 18 18 19 19 Might be usable but vague documentation