Re: [Distutils] problem with sdist for nested packages

2010-09-09 Thread Doug Hellmann
On Sep 8, 2010, at 12:56 PM, P.J. Eby wrote: At 12:00 PM 9/8/2010 -0400, Doug Hellmann wrote: Instead of explicitly listing packages, I use find_package_data() and then get the package names from that result. The odd thing is I get a package PyMOTW.ElementTree but not

[Distutils] bdist_wininst and dependencies with setuptools

2010-09-09 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. Today I was building a package that must be installed on a Windows system (I'm on Linux). I simply did: python setup.py bdist_inst and I was expecting that, when executed on the Windows machine, it would not only install my package, but also

Re: [Distutils] bdist_wininst and dependencies with setuptools

2010-09-09 Thread P.J. Eby
At 07:37 PM 9/9/2010 +0200, Manlio Perillo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. Today I was building a package that must be installed on a Windows system (I'm on Linux). I simply did: python setup.py bdist_inst and I was expecting that, when executed on the Windows