View Issue Details

IDProjectCategoryView StatusLast Update
0000538ascendpygtk guipublic2013-02-26 13:42
Reportersaheb 
Assigned Tojohn 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionwon't fix 
PlatformOSubuntuOS Version11.04
Product Version 
Target Version0.9.9Fixed in Version 
Summary0000538: crashes in revsion 4059- gives the below error maybe due to new cahnges in trunk for recent files list.
DescriptionTraceback (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 ReproduceI simply downloaded the latest trunk
and builded it using scons
scons install INSTALL_PREFIX = ~/ascend
and then running pygtk made it to crash.....
TagsNo tags attached.

Relationships

related to 0000533 resolvedjohn Add support for 'recent files' list in PyGTK GUI 

Activities

john

2012-04-05 05:43

administrator   ~0000853

This bug was occurring, according to Saheb, due to attempting to run 'ascend' from the ~/ascend/pygtk directory, instead of 'ascdev' which is the intended script for 'locally' running ASCEND from the developer working directory.

Issue History

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