(original) (raw)

(resending, only sent to Van the first time)

FWIW, I avoid the directory naming problems Van describes entirely by including my "scripts" in the source package and running them with the "-m" switch.

So "python -m pulpdist.manage\_site", for example, is PulpDist's Django administration client wrapper. I do it that way mainly to get sys.path right automatically, but it avoids several other installed vs checked out differences too.

--
Sent from my phone, thus the relative brevity :)