NodeManagement.py crashing
    Ivan R. Judson 
    judson at mcs.anl.gov
       
    Sat Feb  8 08:50:32 CST 2003
    
    
  
Hey Ti,
I got an Xserver installed, checked code cleanly out of the cvs repository
and run on vv2.  The following change fixed the error you were getting (I
got it the first time I ran too):
diff -r1.3 NodeManagementUIClasses.py
101c101
<         wxListCtrl.__init__(self, parent, listId, pos, size, style)
---
>         wxListCtrl.__init__(self, parent, listId, pos, size,
style=wxLC_REPORT)
    
    
More information about the ag-dev
mailing list