[python-win32] distutils question

Niki Spahiev niki@vintech.bg
Fri, 29 Mar 2002 12:11:32 +0200


robin and jim wrote:
>>No but IMO you don't have __init__.py in GOES_12, GOES_12\SXI,
>>GOES_12\SXI\GDS
>>
>>HTH
>>Niki Spahiev
>>
> 
> That is it exactly!
> 
> When an __init__ module is added to each directory ( GOES_12, GOES_12\SXI,
> GOES_12\SXI\GDS) the import works without having to set PYTHONPATH or the MS
> Windows Registry.  That is great!
> 
> The question is: how should setup.py be implemented to automate this so that
> an __init__ module is placed in each directory as it is created during the
> build?

Well IMHO this is not a task for setup.py but for module writer.

Niki Spahiev