[Chimera-users] Saving default volume dialog settings fails
Thomas Goddard
goddard at cgl.ucsf.edu
Mon Oct 30 14:42:51 PST 2006
Hi Jean-Francois,
There is a bug in Chimera 1.2304 that prevents saving default volume
dialog settings. It generates an error message. I've fixed the
problem in our code. If you want to fix it in your copy of Chimera
you can edit the text file:
chimera/share/VolumeViewer/defaultsettings.py
changing line 194 from
p['shown_panels'] = d.shown_panel_names()
to
p['shown_panels'] = map(lambda p: p.name, d.shown_panels())
Then restart Chimera.
This fix will be in the next Chimera snapshot.
Tom
More information about the Chimera-users
mailing list