Opened 8 years ago

Closed 8 years ago

#1016 closed defect (fixed)

NameError: name '_residue_ptr_to_inst' is not defined

Reported by: Greg Couch Owned by:
Priority: blocker Milestone:
Component: Infrastructure Version:
Keywords: Cc: Eric Pettersen, Tom Goddard
Blocked By: Blocking: 968
Notify when closed: Platform: all
Project: ChimeraX

Description

When working on nucleotide sessions, I get the following backtrace when restoring a session:

Traceback (most recent call last):
File "/home/gregc/src/chimerax/ChimeraX.app/lib/python3.6/site-packages/chimerax/core/session.py", line 565, in restore
obj = sm.restore_snapshot(self, data)
File "/home/gregc/src/chimerax/ChimeraX.app/lib/python3.6/site-packages/chimerax/core/atomic/molobject.py", line 1170, in restore_snapshot
return _residue_ptr_to_inst(data['structure'].session_id_to_residue(data['ses_id']))
NameError: name '_residue_ptr_to_inst' is not defined

Change History (1)

comment:1 by Eric Pettersen, 8 years ago

Resolution: fixed
Status: newclosed

I believe it's fixed now, though it's difficult for me to test from hone. If there's still a problem, reopen the ticket.

Note: See TracTickets for help on using tickets.