[issue1784] Error with OptionParser.parse_args()

2008-01-10 Thread Guido van Rossum
Changes by Guido van Rossum: -- resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing li

[issue1784] Error with OptionParser.parse_args()

2008-01-10 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: It is my mistake. I modified optparse.py for an earlier issue and that change is the cause of the problem reported here. Please close it as invalid. __ Tracker <[EMAIL PROTECTED]> _

[issue1784] Error with OptionParser.parse_args()

2008-01-10 Thread Raghuram Devarakonda
New submission from Raghuram Devarakonda: Sorry for the generic title but I couldn't think of a better one. My attempt to do "svn up && make" failed with the following exception from setup.py: -- File "./setup.py", line 314, in detect_modules if options.dirs: AttributeErr