Sharan Basappa wrote:
> Is there a specific location where user defined modules
> need to be kept?
My advice is that any location is a good location so long as
the location you chose is _not_ a part of the PythonXY
directory tree.
For example, on a windoze machine (and in Python2.x at
least), th
On 5 Jun 2018 09:32, Steven D'Aprano
wrote:
On Mon, 04 Jun 2018 20:13:32 -0700, Sharan Basappa wrote:
> Is there a specific location where user defined modules need to be kept?
> If not, do we need to specify search location so that Python interpreter
> can find it?
Python modules used as s
On Mon, 04 Jun 2018 20:13:32 -0700, Sharan Basappa wrote:
> Is there a specific location where user defined modules need to be kept?
> If not, do we need to specify search location so that Python interpreter
> can find it?
Python modules used as scripts can be run from anywhere, by pointing the