Distutils: Can I create an empty directory on target system?

Arthur ajs at ix.netcom.com
Sun Jan 19 13:01:20 EST 2003


Well if you can accept empty except for a blank __init__.py file you're OK,
I believe.

IOW, if the directory exists with an __init__.py file in it, it will be
created if
included in "packages = [...]"

Beyond that solution, can't say.

Art


>Is there an equivalent for producing emplt directories on the target
>system.
>I would like to precreate directories.
>Is this possible or is it considered the responsibility of the
>installed application to establish it's own environment?







More information about the Python-list mailing list