This is a read-only mirror of pymolwiki.org

Difference between revisions of "Plugins"

From PyMOL Wiki
Jump to navigation Jump to search
(New page: Plugins are modules which can add functionality to Pymol. Category:Plugins)
 
Line 1: Line 1:
 
Plugins are modules which can add functionality to Pymol.
 
Plugins are modules which can add functionality to Pymol.
 +
 +
== Plugins on OS X ==
 +
The standard OS X Pymol application, MacPyMOL.app does not run with the Tcl/Tk interface which is required for plugins to work. However, a quick renaming of the program from MacPyMOL.app to PyMOLX11Hybrid.app makes the application run as an X11 application, and plugins are now available.
 +
 +
To rename the executable, right click (or control click) on MacPyMOL and choose "Get Info" in the Panel. Change the Name & Extension to PyMOLX11Hybrid.app. This name can also be changed using the mv command in Terminal.app.
  
 
[[Category:Plugins]]
 
[[Category:Plugins]]

Revision as of 19:40, 26 February 2009

Plugins are modules which can add functionality to Pymol.

Plugins on OS X

The standard OS X Pymol application, MacPyMOL.app does not run with the Tcl/Tk interface which is required for plugins to work. However, a quick renaming of the program from MacPyMOL.app to PyMOLX11Hybrid.app makes the application run as an X11 application, and plugins are now available.

To rename the executable, right click (or control click) on MacPyMOL and choose "Get Info" in the Panel. Change the Name & Extension to PyMOLX11Hybrid.app. This name can also be changed using the mv command in Terminal.app.