Re: [Distutils] Trouble packaging data files.

2005-01-16 Thread Oliver Schoenborn
Yarden Katz wrote: Oliver Schoenborn <[EMAIL PROTECTED]> writes: I would guess it's your (possibly missing) MANIFEST file, which should include a line for the data stuff. If I "rm MANIFEST" and let distutils recreate it, the problem doesn't change. Am I supposed to manually edit MANIFEST?

[Distutils] Trouble packaging data files.

2005-01-15 Thread Yarden Katz
Hi. I'm trying to distribute a piece of software and I'm able to get distutils to package all of my *.py modules, which are in a single package, correctly. However, I've been unable to get it to package any of the data files. I wrote the following setup.py file: setup(name='pychinko', ver