Pkg iter_module for different versions of python

2020-02-09 Thread J A
as a sysadmin I've written several small tools as python command line apps that get installed with python setup.py install. I would now like to create another tool that would quickly list out all of my custom tools that may be installed on the system. so that others can get a quick menu of what com

Re: Pkg iter_module for different versions of python

2020-02-09 Thread DL Neil via Python-list
On 10/02/20 4:46 AM, J A wrote: as a sysadmin I've written several small tools as python command line apps that get installed with python setup.py install. I would now like to create another tool that would quickly list out all of my custom tools that may be installed on the system. so that other

Fwd: Pkg iter_module for different versions of python

2020-02-09 Thread J A
Might anyone know of a root place where python modules get saved to for both python2 and 3. I assume I'm looking for all of the places where "site-packages" can be written to. J -- Forwarded message - From: J A Date: Sun, 9 Feb 2020 at 17:56 Subject: Re: Pkg iter_module for differ