Pymol-Scripts / Pymol-script-repo

Collected scripts for Pymol
http://www.pymolwiki.org/index.php/Git_intro
446 stars 257 forks source link

plugins package conflicts with built-in package in 1.7 #53

Closed sbliven closed 7 years ago

sbliven commented 10 years ago

Pymol 1.7 includes a 'plugins' module (http://sourceforge.net/p/pymol/code/HEAD/tree/trunk/pymol/modules/pymol/plugins/). This conflicts with the 'plugins' loader package here.

The name should probably be changed to something like 'pymolplugins' (used internally as the package name). Note that this will require users to update their .pymolrc with the correct import statement.

andwar commented 10 years ago

this is resolved by adding paths to the plugin manager see #54