Hi,

Running PyMOL from this python script:

import __main__
__main__.pymol_argv = ['pymol','-qc']
import pymol
from pymol import cmd, stored
pymol.finish_launching()

cmd.fab('BCSDZ', 'pose', resi=0, ss=2)


I get this error message:

Error: unable to load fragment 'ace'.
Traceback (most recent call last):
  File "<stdin>", line 8, in <module>
  File "/usr/lib/python2.7/dist-packages/pymol/editor.py", line 404, in fab
    state,dir,hydro,ss,quiet,_self)
  File "/usr/lib/python2.7/dist-packages/pymol/editor.py", line 351, in _fab
    _self.fragment(code[first], tmp_obj)
  File "/usr/lib/python2.7/dist-packages/pymol/creating.py", line 973,
in fragment
    if _self._raising(r,_self): raise pymol.CmdException
pymol.CmdException:  Error: None


If I use the command in the graphical interface as:

fab 'BCSDZ', 'pose', resi=0, ss=2

It's work correctly.

I try set the path and import everything from pymol but I get the same
error.
I have PyMOL 1.7.2.1-1 in Ubuntu 15.04 (32 bits)

Thanks in advance.
Pd: Sorry for my bad English
------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to