My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 39: 'MainWidget' object has no attribute 'mainMenu'
1 person starred this issue and may be notified of changes. Back to list
Status:  Verified
Owner:  ----
Closed:  Feb 2010


 
Project Member Reported by cyberkil...@gmail.com, Feb 12, 2010
I thought I'd try Marave on my other computer and this is what I got. I 
think I installed all the neede deps ;-/.

What steps will reproduce the problem?
1. python main.py
2. Marave doesn't run

What version of the product are you using? On what operating system?
Kubuntu 9.10 amd64, kwin desktop effects, Oxygen theme, KDE 4.3, PyQt 4.6, 
python 2.6, installed python-enchant and python-qt-phonon.

Please provide any additional information below.
terminal output:

ck@moloch:~/Tools/marave/marave-read-only/marave$ python main.py 
Traceback (most recent call last):                               
  File "main.py", line 1285, in <module>                         
    main()                                                       
  File "main.py", line 1271, in main                             
    window=MainWidget(opengl=options.opengl)
  File "main.py", line 471, in __init__
    self.adjustPositions()
  File "main.py", line 1079, in adjustPositions
    self.mainMenu.setPos(self.editorX+self.editorW+3*m,self.editorY)
AttributeError: 'MainWidget' object has no attribute 'mainMenu'

Feb 12, 2010
Project Member #1 cyberkil...@gmail.com
forgot to add: Marave r218
Feb 12, 2010
Project Member #2 roberto.alsina
Race condition, try r220
Feb 12, 2010
Project Member #3 cyberkil...@gmail.com
in r220:

ck@moloch:~/Tools/marave/marave-read-only/marave$ python main.py 
Traceback (most recent call last):                               
  File "main.py", line 1275, in <module>                         
    main()                                                       
  File "main.py", line 1261, in main                             
    window.loadprefs()                                           
  File "main.py", line 679, in loadprefs                         
    self.loadtheme(1)                                            
  File "main.py", line 570, in loadtheme                         
    self.loadprefs()                                             
  File "main.py", line 681, in loadprefs                         
    self.loadGeometry()
  File "main.py", line 672, in loadGeometry
    self.adjustPositions()
  File "main.py", line 1062, in adjustPositions
    self.mainMenu.setPos(self.editorX+self.editorW+3*m,self.editorY)
AttributeError: 'MainWidget' object has no attribute 'mainMenu'

Feb 12, 2010
Project Member #4 roberto.alsina
Reproduced it: happens without a config file.
Status: Accepted
Feb 12, 2010
Project Member #5 roberto.alsina
This issue was closed by revision r221.
Status: Fixed
Mergedinto: -
Feb 12, 2010
Project Member #6 cyberkil...@gmail.com
Confirm, r221 fixes the problem.
Feb 12, 2010
Project Member #7 roberto.alsina
(No comment was entered for this change.)
Status: Verified

Powered by Google Project Hosting