View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000538 | ascend | pygtk gui | public | 2012-04-03 19:03 | 2013-02-26 13:42 |
Reporter | saheb | ||||
Assigned To | john | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Platform | OS | ubuntu | OS Version | 11.04 | |
Product Version | |||||
Target Version | 0.9.9 | Fixed in Version | |||
Summary | 0000538: crashes in revsion 4059- gives the below error maybe due to new cahnges in trunk for recent files list. | ||||
Description | Traceback (most recent call last): File "/usr/local/bin/ascend", line 223, <module>() librarypath=os.environ.get('ASCENDLIBRARY') ,assetspath=os.path.join(INSTALL_ASCDATA,"glade") ) variables: {'INSTALL_ASCDATA': ('local', '/usr/local/share/ascend'), 'os.path.join': ('local', <function join at 0xea9f50>), 'assetspath': (None, None)} File "/usr/lib/python2.7/dist-packages/ascend/gtkbrowser.py", line 427, __init__(self=<gtkbrowser.Browser instance>, librarypath=None, assetspath='/usr/local/share/ascend/glade') self.recent_file_list.show() self.recent_files.set_submenu(self.recent_file_list) AttributeError: 'NoneType' object has no attribute 'set_submenu' | ||||
Steps To Reproduce | I simply downloaded the latest trunk and builded it using scons scons install INSTALL_PREFIX = ~/ascend and then running pygtk made it to crash..... | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-04-03 19:03 | saheb | New Issue | |
2012-04-03 19:20 | saheb | Tag Attached: bug 533 | |
2012-04-03 19:20 | saheb | Tag Detached: bug 533 | |
2012-04-04 01:47 | john | Relationship added | related to 0000533 |
2012-04-05 05:43 | john | Note Added: 0000853 | |
2012-04-05 05:43 | john | Status | new => resolved |
2012-04-05 05:43 | john | Resolution | open => won't fix |
2012-04-05 05:43 | john | Assigned To | => john |
2013-02-26 13:42 | john | Target Version | => 0.9.9 |