[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Application libraries private, Distutils metadata available for console scripts and introspection



On Sep 02, 2015, at 11:19 AM, Karsten Hilbert wrote:

>> That private directory must be on the python search path
>
>Maybe I'm a bit dense but isn't that what OP very much
>DOESN'T want to _happen_ ?

Not on the default sys.path, sure.  But it has to get on sys.path at some
point before the application starts to import private modules.  How and where
does that happen?  (I.e. is it before or after the entry point tries to get
loaded?)

Cheers,
-Barry


Reply to: