Distutils "not a regular file -- skipping"?!?

Ville Vainio vvainio at karhu.tp.spt.fi
Fri Aug 24 07:52:42 EDT 2001


My setup.py is like this:

setup(name="myapp",
      version="0.4",
      packages=['mypkg'])
¨
And when I do setup sdist, I get a bunch of

warning: sdist: 'mymod.py' not a regular file -- skipping

Where mymod.py is a file (as regular as anything) in the mypkg
directory.  The same happens for all the files in the mypkg
directory. If I specify '' in the packages, every file on "root" dir
is handled normally.

-- 
Ville Vainio - http://www.tp.spt.fi/~vvainio - ICQ #115524762
 Wild geese have no intention to cast a reflection
 Water has no mind to assume their form



More information about the Python-list mailing list