Changes between Initial Version and Version 1 of Ticket #3254


Ignore:
Timestamp:
05/23/2019 01:51:28 PM (5 years ago)
Author:
Cas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3254 – Description

    initial v1  
    11Need to move from using pywin32 to alternative method if using mingw for packaging. 
    22 
    3 ## Original from pywin32: 
     3== Original from pywin32 == 
    44 
    55https://github.com/mhammond/pywin32/blob/master/win32/Lib/win32verstamp.py 
    66 
    7 ## My attempt at porting to ctypes 
     7== My attempt at porting to ctypes == 
    88 
    99https://gist.github.com/cas--/5168013c49a87ce848086a1b0d3c770e 
    1010 
    11 ## Pyinstaller 
     11== Pyinstaller == 
    1212 
    1313useful information but does not install on mingw. 
     
    1515https://pythonhosted.org/PyInstaller/usage.html#capturing-windows-version-data 
    1616 
    17 ## Pefile 
     17== Pefile == 
    1818 
    1919Might be usable but vague documentation