Bug 886309
| Summary: | [abrt] ninja-ide-2.0_beta-1: introspection.py:57:obtain_symbols:AttributeError: 'Subscript' object has no attribute 'id' | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alejandro <jalemolina> | ||||||||
| Component: | ninja-ide | Assignee: | Nikos Roussos <comzeradd> | ||||||||
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 16 | CC: | comzeradd, echevemaster | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | abrt_hash:159a4232239120f6a8d3014be5820859006ab55e | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2012-12-22 19:49:28 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 661866 [details]
File: executable
Created attachment 661867 [details]
File: event_log
Created attachment 661868 [details]
File: smolt_data
Please update to 2.1.1 The version you're using was never part of Fedora repos. |
Version-Release number of selected component: ninja-ide-2.0_beta-1 Additional info: libreport version: 2.0.18 abrt_version: 2.0.7 cmdline: python /opt/ninja-ide/ninja-ide.py kernel: 3.1.7-1.fc16.x86_64 backtrace: :introspection.py:57:obtain_symbols:AttributeError: 'Subscript' object has no attribute 'id' : :Traceback (most recent call last): : File "/opt/ninja-ide/ninja_ide/gui/actions.py", line 568, in update_explorer : symbols = symbols_handler.obtain_symbols(source) : File "/opt/ninja-ide/ninja_ide/gui/explorer/tree_symbols_widget.py", line 50, in obtain_symbols : return introspection.obtain_symbols(source) : File "/opt/ninja-ide/ninja_ide/tools/introspection.py", line 57, in obtain_symbols : globalAttributes[sym1.targets[0].id] = sym1.lineno :AttributeError: 'Subscript' object has no attribute 'id' : :Local variables in innermost frame: :globalFunctions: {} :module: <_ast.Module object at 0x1ea2950> :symbols: {} :source: u'# -*- coding: utf-8 -*-\nimport os\nfrom google.appengine.dist import use_library\nos.environ[\'DJANGO_SETTINGS_MODULE\'] = \'settings\'\nuse_library(\'django\', \'1.2\')\n\nfrom google.appengine.ext import webapp\nfrom google.appengine.ext.webapp.util import run_wsgi_app\n\n# Load request handlers\nimport handlers\n\n# Map url\'s to handlers\nurls = [\n (r\'/\', handlers.Main),\n (r\'/login\', handlers.LogIn),\n (r\'/_ah/login_required\', handlers.LogIn),\n (r\'/logout\', handlers.LogOut),\n (r\'/account\', handlers.Account),\n (r\'/account/setup\', handlers.AccountSetup),\n]\n\napplication = webapp.WSGIApplication(urls, debug=True)\n\n\ndef main():\n run_wsgi_app(application)\n\nif __name__ == "__main__":\n main()\n' :sym1: <_ast.Assign object at 0x1ea2a90> :classes: {} :globalAttributes: {} :compilable: True