[Python-ideas] python_modules as default directory for dependencies in distutils
Philipp Hagemeister
phihag at phihag.de
Wed Nov 21 16:07:47 CET 2012
On 11/21/2012 02:38 PM, Nick Coghlan wrote:
> runthis/
> __main__.py
> (with content as described for your main.py)
> lxml
> myapp
But how is that different from putting everything into the root
directory of the application?
In particular, assume that I have lxml001..lxml100 . Don't I still have
to gitignore/hgignore all of them, and write a convoluted target to
delete all of them?
Plus, how would I install all these dependencies with distutils?
- Philipp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20121121/cb7b665d/attachment.pgp>
More information about the Python-ideas
mailing list