[Distutils] Using an egg like a Java jar file
P.J. Eby
pje at telecommunity.com
Wed Jul 29 01:47:11 CEST 2009
At 02:36 PM 7/28/2009 -0700, mhearne808 wrote:
>All: This may be a duplicate post - I can't see the post I just
>submitted, so I'm trying again.
>
>Thanks for the suggestions. I can't use 2.6 because it isn't
>installed on the systems where my script will be running.
>
>I'm attempting to use the 'eggsecutable' suggestion. How do I get
>command line parameters passed into my entry point main() function?
Use sys.argv; the eggsecutable entry point function is not passed any
arguments.
More information about the Distutils-SIG
mailing list