Re: [Distutils] How to install examples files?

2018-04-11 Thread Thomas Kluyver
If I recall correctly, 'pip install --target' works by installing into a temporary directory, then copying only the library part to the target directory. So it will throw away any docs/examples/scripts that would be installed outside the importable package. On Tue, Apr 10, 2018, at 10:08 PM, Micha

Re: [Distutils] How to install examples files?

2018-04-10 Thread Giampaolo Rodola'
That’s likely because dndexample1.py is not listed in MANIFEST.in file. On Mon, 9 Apr 2018 at 10:10, Michael Schwager wrote: > Hello, > I am trying to install a module with a package and also an examples > directory. How do I get my examples installed on users' machines into a > reasonable locat

Re: [Distutils] How to install examples files?

2018-04-10 Thread Michael Schwager
It looks like the following setup.py will do what I want, but it won't install the examples when I use --target: from setuptools import setup, find_packages from codecs import open from os import path with open(path.join('.', 'README.md'), encoding='utf-8') as f: long_description = f.read() s

[Distutils] How to install examples files?

2018-04-08 Thread Michael Schwager
Hello, I am trying to install a module with a package and also an examples directory. How do I get my examples installed on users' machines into a reasonable location, in a cross-platform kind of way? I notice that a number of Python examples are installed in /usr/share (in Linux) or in \AppData

Re: [Distutils] how to install

2017-09-25 Thread Brett Cannon
The tutorial on how to install packages can be found at https://packaging.python.org/tutorials/installing-packages/. On Mon, 25 Sep 2017 at 05:01 Minesh Parikh wrote: > how to install setup.py file on my website > ___ > Distutils-SIG maillist - Distu

[Distutils] how to install

2017-09-25 Thread Minesh Parikh
how to install setup.py file on my website ___ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig

[Distutils] how to install pip and six module/packages in python 3.4.3

2015-06-30 Thread Daler Ali
Sent from Windows Mail___ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig