[PyMOL] plugin error

2005-12-16 Thread Randy Heiland
There seems to be a bug in the code that allows for a plugin installation -- at least on the Linux .98rc3 version: In ...pymol/modules/pmg_tk/skins/normal/__init__.py , after first fixing the typo 'install_plugin()' -> 'install_plugins()' (as has already been reported), there still seems to be a b

[PyMOL] using from native Python

2004-05-21 Thread Randy Heiland
Can I use PyMOL from native Python? I'm aware of using the command-line version, but this doesn't let me take an interpretive approach, with which I'd like to experiment. I googled and found that one could supposedly do this: >>> import pymol >>> pymol.finish_launching() However, I simply get a