perroquet-team team mailing list archive
-
perroquet-team team
-
Mailing list archive
-
Message #00085
[Bug 551072] Re: Crash when I try to open Property box
I confirm this bug :
$ /usr/bin/perroquet
AttributeError: 'module' object has no attribute 'Element'
Traceback (most recent call last):
File "/usr/lib64/python2.6/site-packages/perroquetlib/gui.py", line 570, in on_imagemenuitemProperties_activate
return self.on_toolbuttonProperties_clicked(widget, data)
File "/usr/lib64/python2.6/site-packages/perroquetlib/gui.py", line 492, in on_toolbuttonProperties_clicked
self.AskProperties()
File "/usr/lib64/python2.6/site-packages/perroquetlib/gui.py", line 497, in AskProperties
(videoPath,exercicePath,translationPath) = self.core.GetPaths()
File "/usr/lib64/python2.6/site-packages/perroquetlib/core.py", line 401, in GetPaths
return (self.videoPath, self.exercicePath, self.translationPath)
AttributeError: 'Core' object has no attribute 'videoPath'
** Changed in: perroquet
Assignee: Quentin THEURET (quentin-theuret) => (unassigned)
** Changed in: perroquet
Status: Invalid => Confirmed
--
Crash when I try to open Property box
https://bugs.launchpad.net/bugs/551072
You received this bug notification because you are a member of Perroquet
Team, which is subscribed to perroquet.
Status in Perroquet: Confirmed
Bug description:
When I try to click on 'Edit->Préférences', anything happened.
Traceback :
Traceback (most recent call last):
File "/home/quentin/Developpement/perroquet-1.1/perroquetlib/gui.py", line 569, in on_imagemenuitemProperties_activate
return self.on_toolbuttonProperties_clicked(widget, data)
File "/home/quentin/Developpement/perroquet-1.1/perroquetlib/gui.py", line 491, in on_toolbuttonProperties_clicked
self.AskProperties()
File "/home/quentin/Developpement/perroquet-1.1/perroquetlib/gui.py", line 496, in AskProperties
(videoPath,exercicePath,translationPath) = self.core.GetPaths()
File "/home/quentin/Developpement/perroquet-1.1/perroquetlib/core.py", line 401, in GetPaths
return (self.videoPath, self.exercicePath, self.translationPath)
AttributeError: 'Core' object has no attribute 'videoPath'
References