Re: [Distutils] The "dist" command
![](https://secure.gravatar.com/avatar/0393a8fb605a36f8554da90b89bc468b.jpg?s=120&d=mm&r=g)
-----Original Message----- From: Fred L. Drake, Jr. <fdrake@acm.org>
Greg Ward writes:
explictly, you're welcome to do so! If you want automated help in doing so, may I suggest the 'find(1)' command? >smirk<
I don't think there's any equivalent for Windows without buying 3rd party addons (not an acceptable alternative
Fred, Ignoring the fact that Greg was being facetious (I hope...). There is a free replacement for Win32 called, oddly enough, find. From the cygnus win32 GNU utilties: http://sourceware.cygnus.com/cygwin/ Makes a unix-weenie feel right at home on win32. -Perry
![](https://secure.gravatar.com/avatar/4f1bdb13d00c0dc4355e24349d61e107.jpg?s=120&d=mm&r=g)
Perry Stoll writes:
Ignoring the fact that Greg was being facetious (I hope...). There is a free replacement for Win32 called, oddly enough, find. From the cygnus win32 GNU utilties: http://sourceware.cygnus.com/cygwin/
Perry, Actually, I was already aware of that, and the MKS Toolkit as well (which includes a non-free version of find). However, these are both third-party addons, even if one is free. Since the use of find in this case is quite simple, I think implementing a "manifest" command in distutils would be worth the 15-20 lines of code it would take. I'd hate for us to recommend users to go install YASP ("yet another software package") just to be able to get a list of files and directories! -Fred -- Fred L. Drake, Jr. <fdrake@acm.org> Corporation for National Research Initiatives
![](https://secure.gravatar.com/avatar/608b866c52ee6d0feb65c6319e264fe5.jpg?s=120&d=mm&r=g)
On Mon, 27 Sep 1999, Perry Stoll wrote: [snip]
Fred,
Ignoring the fact that Greg was being facetious (I hope...). There is a free replacement for Win32 called, oddly enough, find. From the cygnus win32 GNU utilties: http://sourceware.cygnus.com/cygwin/
Makes a unix-weenie feel right at home on win32.
Extreme off-topic... Cygwin was benchtested by an Australian computer magazine and it verified that GCC (DJGPP) generates smaller files quicker and in less space than Visual C. [Now I know why python compiles so quickly compared to VC project file;)] Seriously, Cygwin is basicaly unix for NT Cheers, Anthony Pfrunder Computer Systems Engineering University of Queensland
participants (3)
-
Anthony Pfrunder
-
Fred L. Drake, Jr.
-
Perry Stoll