
Oops. The current build will only work on a mac. I've committed a fix that should get it working on non-macs which will be in tomorrow's build. If you're okay with editing Python code, change line 46 of <your chimera>/share/Trajectory/DCD/__init__.py and remove "padx=0, " from that line. Here's a diff: --- __init__.py (revision 30327) +++ __init__.py (revision 30328) @@ -43,7 +43,7 @@ kw = {} else: kw = {'padx': 0} - Tkinter.Button(f, text="MDTools", padx=0, command=lambda: + Tkinter.Button(f, text="MDTools", command=lambda: help.display("http://www.ks.uiuc.edu/~jim/mdtools/ "), **kw ).grid(row=0, column=1, sticky='w') --Eric On Mar 26, 2010, at 8:50 AM, snoze pa wrote:
In nightly build version, the MD movie is not working anymore.. it is showing following error message
TypeError: Button constructor got multiple values for keyword argument 'padx'
File "/usr/local/chimera/share/Trajectory/DCD/__init__.py", line 47, in __init__ help.display("http://www.ks.uiuc.edu/~jim/mdtools/"), **kw
See reply log for Python traceback. _______________________________________________ Chimera-users mailing list Chimera-users@cgl.ucsf.edu http://www.cgl.ucsf.edu/mailman/listinfo/chimera-users