perroquet-team team mailing list archive
-
perroquet-team team
-
Mailing list archive
-
Message #00061
[Bug 551072] [NEW] Crash when I try to open Property box
Public bug reported:
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'
** Affects: perroquet
Importance: Undecided
Status: New
--
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: New
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'
Follow ups
References