Dear All,
    Openbabel 2.2.3 GUI crashes without giving any info when I want to read
in a large pdb file (file size more than 2M).
    When I want to read the pdb file by importing openbabel in Python:
   #Code-------------------------
-------------------------------
   import openbabel as ob
   obconv = ob.OBConversion()
   obconv.SetInFormat("PDB")
   mol = ob.OBMol()
   obconv.ReadFile(mol,'test.pdb')
   print mol
   #---------------------------------------------------------------

   The program just interrupted and a warning prompt "python.exe has stopped
running" appeared.
   Could anyone help me?

Best Regards.
------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to