organizing many python scripts, in a large corporate environment.
eryksun ()
eryksun at gmail.com
Wed Mar 16 02:57:00 EDT 2011
On Tuesday, March 15, 2011 12:44:48 AM UTC-4, bukzor wrote:
>
> Currently it requires either: 1) no symlinks to scripts or 2)
> installation of the pathtools to site-packages.
An executable with a unique name on the system PATH could be executed it as a subprocess that pipes the configured base directory back via stdout. Then you can just do site.addsitedir(base).
More information about the Python-list
mailing list