$ python drugbank_xml_to_sql.py Traceback (most recent call last): File "drugbank_xml_to_sql.py", line 263, in <module> temp_mesh_ids = m.text.rstrip().split(", ") AttributeError: 'NoneType' object has no attribute 'rstrip'