On Fri, Dec 16, 2011 at 12:42 PM, Andrea Crotti <[email protected]>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.
_______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
