perroquet-team team mailing list archive
-
perroquet-team team
-
Mailing list archive
-
Message #00087
[Bug 551072] Re: Crash when I try to open Property box
You also need to use the bzr+ssh protocol to get the branch. If you use
only the http protocol, you will fall in a bazaar bug and you will get
only the revisons the this page show : https://code.launchpad.net
/~perroquet-team/perroquet/trunk2
To use bzr+ssh protocol, you need the register a ssh key on your
launchpad account and use the bzr launchpad-login to authenticate you.
Can you confirm this fix the problem ?
--
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