[Distutils] pkg_resources on Windows

PJ Eby pje at telecommunity.com
Fri Dec 16 19:50:54 CET 2011


On Fri, Dec 16, 2011 at 12:42 PM, Andrea Crotti
<andrea.crotti.0 at gmail.com>wrote:
>
>
> Yes yes I knew this, the real question was more if I can pass something to
> the entry
> point function in the console_scripts.
>

If you want to access command-line arguments, use sys.argv as usual.
 Script entry points are not called with any arguments.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20111216/c10316b2/attachment.html>


More information about the Distutils-SIG mailing list