Editing with vim clears Windows 10 file system archive bit.

2021-11-14 Thread Steve Ward via Cygwin
Description of problem: While using vim 8.2 on cygwin 3.3 (x86_64) on Windows 10, when editing an existing file with vim and saving it, the Window’s file system archive bit is always left cleared (not modified state). This happens, whether the archive bit was set (is modified) or clear (not modifie

Re: Python Tkinter after method silently exits (corrected)

2006-02-20 Thread Steve Ward
.18-1 causes it to work, suggesting that the problem is with cygwin1.dll rather than with python. Any help/ideas would be appreciated... - Steve Ward # Demonstrate python/Tkinter threading bug import sys, types, os, threading import Tkinter as TK from time import sleep class App: def __in

Re: Python Tkinter after method silently exits

2006-02-20 Thread Steve Ward
ython. - Steve Ward Steve Ward wrote: On upgrading to the latest 1.5.19-4 cygwin release, I find that several previously working python programs began mysteriously exiting. I've boiled the problem down to a skeletal test program (attached), which runs under the prior 1.5.18-1 release but e

Python Tkinter after method silently exits

2006-02-20 Thread Steve Ward
hread seems necessary to stimulate the failure; even commenting out the sleep(100) to make it return immediately avoides the spurious exit. When the second thread is running, the self.root.after(...) call apparently causes a silent exit rather than returning. Any help/ideas would be appreciated... -

Re: Symlinks don't work in python???

2005-05-07 Thread Steve Ward
Jason - Looks like just the right fix. Thanks for all the good work. - Steve -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/fa

Re: Symlinks don't work in python???

2005-04-19 Thread Steve Ward
it.edu X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.0.2 Steve, On Fri, Apr 15, 2005 at 10:12:56PM -0400, Jason Tishler wrote: > On Fri, Apr 15, 2005 at 03:54:37PM -0400, Steve Ward wrote: > > Ca

Re: Symlinks don't work in python???

2005-04-15 Thread Steve Ward
Jason, RE: Sorry, but I cannot reproduce the above problem with the latest snapshot: $ uname -a CYGWIN_NT-5.1 gelpdevjt022 1.5.15s(0.126/4/2) 20050408 16:35:04 ... $ python -V Python 2.4 $ ls -l total 0 lrwxrwxrwx1 jtishler Do

Re: Symlinks don't work in python???

2005-04-08 Thread Steve Ward
RE: > (3) Thinking that the realpath bug might be a key > to the python import-thru-symlinks problem, > I ran a simple test on recent cygwin/python > combinations, finding: > > Cygwin version Python version realpath Import > 1

Re: Symlinks don't work in python???

2005-04-08 Thread Steve Ward
to the environment of my machines... Any ideas? - Steve Ward -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Symlinks don't work in python???

2005-04-06 Thread Steve Ward
ine. Both worked in previous releases of cygwin. Similarly, putting symlinks in site-packages no longer works. Has some change to cygwin's handling of symlinks (since 1.5.12) caused this problem? Thanks for any light shed... - Steve Ward -- Unsubscribe info: http://cygwin.com/