Phillip J. Eby <[EMAIL PROTECTED]> added the comment:

Both versions of the patch have a problem, in that the Distribution
object is looking for an option directly in sys.argv.  At the very
least, this should be looking at the 'script_args' attribute of the
Distribution instead (if not actually parsing the command line enough to
find the option).

----------
nosy: +pje

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1180>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to