[Distutils] Installing scripts
Michael Hudson
mwh at python.net
Fri Jul 2 09:48:58 EDT 2004
"Mark Hammond" <mhammond at skippinet.com.au> writes:
> How about something like:
>
> strip_extensions = {"posix": "txt py pyw", "darwin": "txt" }
I'm not sure it's relavent, but you're a bit confused here: "posix" is
and os.name thing and "darwin" is a sys.platform thing (os.name is
"posix" on Darwin!).
Cheers,
mwh
--
ZAPHOD: Listen three eyes, don't try to outwierd me, I get stranger
things than you free with my breakfast cereal.
-- The Hitch-Hikers Guide to the Galaxy, Episode 7
More information about the Distutils-SIG
mailing list