Bug 12148 - sys module has no 'argv' attribute
Summary: sys module has no 'argv' attribute
Status: RESOLVED DUPLICATE of bug 13199
Alias: None
Product: gdb
Classification: Unclassified
Component: python (show other bugs)
Version: 7.1
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-21 20:07 UTC by Mark Florisson
Modified: 2012-01-10 21:39 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Florisson 2010-10-21 20:07:47 UTC
(gdb) python print sys.argv
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'argv'
Error while executing Python code.
Comment 1 Tom Tromey 2012-01-10 21:39:26 UTC
Duplicate; also fixed.

*** This bug has been marked as a duplicate of bug 13199 ***