Re: Piping input from subprocess loses track of temp file

2019-07-28 Thread David Karr
On Sat, Jul 27, 2019 at 8:40 AM Ken Brown wrote: > On 7/19/2019 2:27 PM, David Karr wrote: > > I believe the relevant part of my cygwin version info is > "3.0.7(0.338/5/3)" > > (from uname -a output). > > > > I'm working on a script where one step executes a process where the input > > is taking f

Python and file attributes

2019-07-28 Thread Steven Penny
The Windows version of Python can access file attributes: >>> import os >>> os.stat('C:\Recovery').st_file_attributes 8214 https://docs.python.org/library/os#os.stat_result.st_file_attributes However the Cygwin version cannot: >>> import os >>> os.stat('C:\Recovery').st_file_att

Re: Compilation of Qt5 Cygwin in Qt Creator

2019-07-28 Thread Brian Inglis
On 2019-07-27 05:39, Jean Vanhay wrote: > I have some issues about Cygwin Qt5 and Qt Creator on Windows 10. > I have a computer running on Windows 10 and a Qt versions Qt 5.11.2 MinGW 32 > bits and Qt Creator 4.7.2. > I have a project where it is required to develop under a Cygwin environment. Do