mail[bug #22100] The rotation argument for the structure.rotate user function cannot be change in the GUI - AttributeError


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Edward d Auvergne on May 28, 2014 - 11:24:
URL:
  <http://gna.org/bugs/?22100>

                 Summary: The rotation argument for the structure.rotate user
function cannot be change in the GUI - AttributeError
                 Project: relax
            Submitted by: bugman
            Submitted on: Wed 28 May 2014 09:24:16 AM UTC
                Category: GUI
Specific analysis category: None
                Priority: 5 - Normal
                Severity: 4 - Important
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 3.2.1
         Discussion Lock: Any
        Operating System: All systems

    _______________________________________________________

Details:

This is easy to replicate:

- Open the GUI.
- Select the structure.rotate user function from the menus.
- Click on the button to change the rotation matrix.

Then the relax controller will appear with following error message:

Traceback (most recent call last):
  File "/data/relax/relax-trunk/gui/input_elements/sequence_2D.py", line 111,
in open_dialog
    self.selection_win_show()
  File "/data/relax/relax-trunk/gui/input_elements/sequence_2D.py", line 124,
in selection_win_show
    self.sel_win = Sequence_window_2D(name=self.name, seq_type=self.seq_type,
value_type=self.value_type, titles=self.titles, dim=self.dim)
  File "/data/relax/relax-trunk/gui/input_elements/sequence_2D.py", line 164,
in __init__
    Sequence_window.__init__(self, name=name, seq_type=seq_type,
value_type=value_type, dim=dim)
  File "/data/relax/relax-trunk/gui/input_elements/sequence.py", line 498, in
__init__
    self.add_list(sizer)
  File "/data/relax/relax-trunk/gui/input_elements/sequence_2D.py", line 256,
in add_list
    self.append_row(None)
AttributeError: 'Sequence_window_2D' object has no attribute 'append_row'




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?22100>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/




Related Messages


Powered by MHonArc, Updated Wed May 28 11:40:17 2014