Re: distutils, cygwin, ' not a regular file

2010-11-15 Thread Christoph Michalke
In-Reply-To: 8faqj0fno...@mid.individual.net References: 8faqj0fno...@mid.individual.net In message 8faqj0fno...@mid.individual.net, on Tue, 14 Sep 2010 20:50:04 -0600, Wed Sep 15 04:50:04 2010, Paul Watson wrote: $ python setup.py sdist [...] reading manifest file 'MANIFEST' [...] ' not a

Re: distutils, cygwin, 'not a regular file'

2010-09-15 Thread Lawrence D'Oliveiro
In message 8faqj0fno...@mid.individual.net, Paul Watson wrote: ' not a regular file -- skipping ' not a regular file -- skipping ' not a regular file -- skipping Just a guess, is the file it’s complaining about named “'”? -- http://mail.python.org/mailman/listinfo/python-list

Re: distutils, cygwin, 'not a regular file'

2010-09-15 Thread Thomas Jollans
On Wednesday 15 September 2010, it occurred to Paul Watson to exclaim: So, what is not a regular file about this? Is there any way to find out which files are being considered irregular? Regular files are the kind of files used to store bytes. Other kinds of files you might find in a file

distutils, cygwin, 'not a regular file'

2010-09-14 Thread Paul Watson
So, what is not a regular file about this? Is there any way to find out which files are being considered irregular? $ uname -a CYGWIN_NT-6.0-WOW64 pwatson 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin $ cat setup.py from distutils.core import setup setup( name='xlsexport',