| Issue 39: | 'MainWidget' object has no attribute 'mainMenu' | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Feb 12, 2010
Race condition, try r220
Feb 12, 2010
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
Reproduced it: happens without a config file.
Status:
Accepted
Feb 12, 2010
Confirm, r221 fixes the problem.
Feb 12, 2010
(No comment was entered for this change.)
Status:
Verified
|