Crash when I try to open Property box

Bug #551072 reported by Quentin THEURET @Amaris
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
perroquet
Incomplete
Medium
Unassigned

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'

Changed in perroquet:
importance: Undecided → Medium
Changed in perroquet:
assignee: nobody → Quentin THEURET (quentin-theuret)
milestone: none → 1.1.0
status: New → Confirmed
Changed in perroquet:
status: Confirmed → Invalid
Revision history for this message
Chtof (clefebvre-62) wrote :

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) → nobody
status: Invalid → Confirmed
Revision history for this message
Quentin THEURET @Amaris (qtheuret) wrote :

If you use the branch perroquet/1.1 or /1.0, it doesn't work but if you use the branch perroquet/ it works.

Revision history for this message
Fred Bertolus (fred-bertolus) wrote :

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 ?

Changed in perroquet:
status: Confirmed → Incomplete
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.