distutils: Every file doubled in binary distri

T

Torsten Bronger

Hallöchen!

I have a very simple package structure with one directory denoting a
package (with __init__.py file of course). In my setup.py I write

...
packages=['my_package']
...

Then I call "python setup.py bdist_dumb" on ym Linux box. The
resulting tar ball contains every file twice, e.g.

../usr/lib/python2.3/site-packages/my_package/my_module.py
../usr/lib/python2.3/site-packages/my_module.py

Why is this? (The source distri doesn't show this effect.)

Tschö,
Torsten.
 
T

Torsten Bronger

Hallöchen!

Ingrid Bronger said:
[...]

Then I call "python setup.py bdist_dumb" on ym Linux box. The
resulting tar ball contains every file twice, e.g.

./usr/lib/python2.3/site-packages/my_package/my_module.py
./usr/lib/python2.3/site-packages/my_module.py

Why is this? (The source distri doesn't show this effect.)

Forget it, false alert. It was probably obsolete rubbish of earlier
calls in build/.

Tschö,
Torsten.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,044
Latest member
RonaldNen

Latest Threads

Top