Message153639
| Author |
vinay.sajip |
| Recipients |
alexis, brian.curtin, eric.araujo, lygstate, paul.moore, tarek, tim.golden, vinay.sajip |
| Date |
2012年02月18日.11:39:44 |
| SpamBayes Score |
1.0067864e-09 |
| Marked as misclassified |
No |
| Message-id |
<1329565185.5.0.0481936626104.issue14027@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Also, we normally set ".py", and ".pyw" into the PATHEXT environment variable, so that a script "pysetup.py" can be invoked from the command-line as just "pysetup" without the suffix. This gives the same experience as using a "pysetup.bat".
I would say that pysetup seems a little more polished (and shorter) than the -m form, especially for users new to packaging. After that, I agree with Paul's ordering of .exe, with the setup script having to be named pysetup-script.py if we use the "standard" mechanism, or else if we use a custom .exe, it can of course be called whatever we want. |
|