Re: [Zope-CMF] SVN: Products.CMFCore/trunk/Products/CMFCore/ Removed os.path.walk call in windows development mode

2011-02-07 Thread Hanno Schlichting
On Mon, Feb 7, 2011 at 2:59 PM, yuppie wrote: > If someone knows a better way to detect NTFS, please let me know. I looked for better ways, but there's nothing good in default Python or pywin32. The only real approach seems to involve calling the external diskpart command with a script like "lis

Re: [Zope-CMF] SVN: Products.CMFCore/trunk/Products/CMFCore/ Removed os.path.walk call in windows development mode

2011-02-07 Thread yuppie
Alan Runyan wrote: > just for record, having the behavior makes development a complete nightmare. > adding an additional environment variable is probably best way. I hope this resolves the issue: http://svn.zope.org/?rev=120180&view=rev If someone knows a better way to detect NTFS, please let me

Re: [Zope-CMF] SVN: Products.CMFCore/trunk/Products/CMFCore/ Removed os.path.walk call in windows development mode

2011-02-07 Thread Alan Runyan
just for record, having the behavior makes development a complete nightmare. adding an additional environment variable is probably best way. Alan Runyan Enfold Systems On Feb 7, 2011, at 5:47 AM, yuppie wrote: > yuppie wrote: >> yuppie wrote: >> DebugModeTests have been disabled by default. N

Re: [Zope-CMF] SVN: Products.CMFCore/trunk/Products/CMFCore/ Removed os.path.walk call in windows development mode

2011-02-07 Thread yuppie
yuppie wrote: > yuppie wrote: > DebugModeTests have been disabled by default. Now I see 3 errors on > FAT32 and one error on NTFS: > > Error in test test_DeleteAddEditMethod > (Products.CMFCore.tests.test_DirectoryView.DebugModeTests) > Traceback (most recent call last): > File "...\Python26\li

Re: [Zope-CMF] SVN: Products.CMFCore/trunk/Products/CMFCore/ Removed os.path.walk call in windows development mode

2011-02-03 Thread yuppie
yuppie wrote: > AFAIK this is primarily a file system issue, not an operating system > issue. 'Last modified' time is updated on NTFS, but not on FAT32. > > Not sure what we need to support: I guess everybody is working with > Windows versions that support NTFS, but maybe some people still develop

Re: [Zope-CMF] SVN: Products.CMFCore/trunk/Products/CMFCore/ Removed os.path.walk call in windows development mode

2011-02-03 Thread yuppie
Hi! Tres Seaver wrote: > On 02/02/2011 06:17 PM, Nikolay Kim wrote: >> well, we tested on modern windows, everything seem to work. >> but problem is, it is not possible to develop on windows without this >> patch. it just too slow. removing 'os.path.walk' makes development mode >> as fast as on l

Re: [Zope-CMF] SVN: Products.CMFCore/trunk/Products/CMFCore/ Removed os.path.walk call in windows development mode

2011-02-02 Thread Charlie Clark
Am 03.02.2011, 00:50 Uhr, schrieb Tres Seaver : > Can anybody else comment who is doing CMF-based work on Windows? Not personally but involved with enough projects that also have (largely frontend) development on windows. What are "modern" windows systems? Charlie -- Charlie Clark Managing D

Re: [Zope-CMF] SVN: Products.CMFCore/trunk/Products/CMFCore/ Removed os.path.walk call in windows development mode

2011-02-02 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/02/2011 06:17 PM, Nikolay Kim wrote: > well, we tested on modern windows, everything seem to work. > but problem is, it is not possible to develop on windows without this > patch. it just too slow. removing 'os.path.walk' makes development mode >

Re: [Zope-CMF] SVN: Products.CMFCore/trunk/Products/CMFCore/ Removed os.path.walk call in windows development mode

2011-02-02 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/02/2011 05:30 PM, Nikolay Kim wrote: > Modified: Products.CMFCore/trunk/Products/CMFCore/DirectoryView.py > === > --- Products.CMFCore/trunk/Products/CMFCore/DirectoryView.py 2011-