Main Page

From PyMOLWiki
Revision as of 13:32, 17 November 2009 by Inchoate (talk | contribs)
Jump to navigation Jump to search


Welcome to the PyMOL Wiki!
The community-run support site for the PyMOL molecular viewer.
Quick Links
Tutorials Table of Contents Commands
Script Library Plugins FAQ
Gallery | Covers PyMOL Cheat Sheet (PDF) GoogleSearch


News & Updates
Warren News about Warren DeLano's passing may be read on Warren's memorial page.
PyMOLWiki Reformatted Main Page. Some delays might occur from resizing images, but that should go away once the images are cached.
PyMOLWiki New — Search the PyMOLWiki via GoogleSearch
PyMOL PyMOL is known to work under Mac OS X 10+ (Snow Leopard) using the new Fink and incentive builds. See Installing PyMOL under Fink.
PyMOL PyMOL now has a Set command for basic settings, and a Set_bond command for bond-only settings.
PyMOL Space— new command to control PyMOL's usage of color spaces.
Do you know this PyMOL command...

The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `pmw_page`.page_namespace AS page_namespace,`pmw_page`.page_title AS page_title,`pmw_page`.page_id AS page_id, `pmw_page`.page_title AS sortkey, `pmw_page`.page_counter AS page_counter FROM `pmw_page` INNER JOIN `pmw_categorylinks` AS cl0 ON `pmw_page`.page_id=cl0.cl_from AND (cl0.cl_to='Commands') WHERE 1=1 AND `pmw_page`.page_namespace IN (0) AND `pmw_page`.page_is_redirect=0 ORDER BY page_title ASC LIMIT 500 OFFSET 0

Error message is:
Unknown column 'pmw_page.page_counter' in 'field list' (localhost)


The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT ic.il_to, ic.il_to AS sortkey FROM `pmw_imagelinks` AS ic WHERE 1=1 AND (ic.il_from=2199) ORDER BY pl_title ASC LIMIT 500 OFFSET 0

Error message is:
Unknown column 'pl_title' in 'order clause' (localhost)