perroquet-team team mailing list archive
-
perroquet-team team
-
Mailing list archive
-
Message #00064
[Bug 551072] Re: Crash when I try to open Property box
** Changed in: perroquet
Assignee: (unassigned) => Quentin THEURET (quentin-theuret)
** Changed in: perroquet
Milestone: None => 1.1.0
** Changed in: perroquet
Status: New => 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