wetdesert / rad2py

Automatically exported from code.google.com/p/rad2py
GNU General Public License v3.0
0 stars 0 forks source link

AUIFrame lost some attributes misteriously #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I don't know why
2. I don't know why
3. I don't know why

What is the expected output? What do you see instead?

{{{
Traceback (most recent call last):
  File "/home/reingart/tesis/rad2py/ide2py/psp.py", line 887, in OnCheckPSP
    self.OnStopPSP(event)
  File "/home/reingart/tesis/rad2py/ide2py/psp.py", line 681, in OnStopPSP
    self.OnPause(event)
AttributeError: 'PyAUIFrame' object has no attribute 'OnPause'
}}}

Maybe there is something wrong with event handlers

Original issue reported on code.google.com by reingart@gmail.com on 6 Oct 2011 at 11:59

GoogleCodeExporter commented 9 years ago
This was a typo, I couldn't not reproduce the original issue with file history.

Original comment by reingart@gmail.com on 12 Oct 2011 at 7:15

GoogleCodeExporter commented 9 years ago
This was the traceback of missing 'filehistory' (it is not a mistery as it is 
removed to to clean up wx resources)

Traceback (most recent call last):
  File "main.py", line 424, in OnOpen
    self.filehistory.AddFileToHistory(filename)
AttributeError: 'PyAUIFrame' object has no attribute 'filehistory'

Original comment by reingart@gmail.com on 12 Oct 2011 at 8:30

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 8d3cf2c82590.

Original comment by reingart@gmail.com on 12 Oct 2011 at 9:02