PyErr_Format(PyExc_IOError,"[%d] Error: molfile plugin handle no should be given, be positive value and should not exceed the list length'%d'. You set '%d'",pluginNOINIT,plugin_list_size,plugin_no);
return0;
}
plugin=plugin_list[plugin_no];
if(plugin==NULL||!plugin->open_file_read){
PyErr_Format(PyExc_IOError,"[%d] Error: molfile plugin '%d' is not initialized.",pluginNOINIT,plugin_no);