jijo-paulose / ulipad

Automatically exported from code.google.com/p/ulipad
0 stars 0 forks source link

Error “AttributeError: 'wxApp' object has no attribute 'Active'” #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install UliPad into /usr/lib/ulipad/

What is the expected output? What do you see instead?
[Traceback]Traceback (most recent call last):
  File "/usr/lib/ulipad/mixins/MainFrame.py", line 123, in OnUpdateUI
    if Globals.app.wxApp.Active:
AttributeError: 'wxApp' object has no attribute 'Active'

What version of the product are you using? On what operating system?
ubuntu 7.10

Please provide any additional information below.
the error.txt increase to 30MB  after run 5minutes.
all the errors are "AttributeError: 'wxApp' object has no attribute 'Active'"
most at MainFrame.py line 123, some at MainFrame.py line 127.

Original issue reported on code.google.com by SharpMark on 8 Nov 2008 at 1:04

GoogleCodeExporter commented 9 years ago
Please apply this patch and respond if it has fixed your problem.

Original comment by vinet...@gmail.com on 9 Nov 2008 at 12:00

Attachments:

GoogleCodeExporter commented 9 years ago
it's works~~

Original comment by SharpMark on 9 Nov 2008 at 3:07

GoogleCodeExporter commented 9 years ago
Good. Have fun with using UliPad! ;)

Original comment by vinet...@gmail.com on 9 Nov 2008 at 3:57

GoogleCodeExporter commented 9 years ago
Very strange, it seems that SharpMark didn't install the newest version. In svn 
it's
just like the patch provided by vinetouu, but there is no "else pass" statement.

Original comment by limo...@gmail.com on 10 Nov 2008 at 4:25

GoogleCodeExporter commented 9 years ago
because the version i used is download from 'downloads' page. not from svn 
trunk. - -#

Original comment by SharpMark on 11 Nov 2008 at 3:58