Skip to content

PyMOL Plugin PREP fails to read prepared molecule when running from file  #5

@marcvanderkamp

Description

@marcvanderkamp

When running with "Choose from file" (instead of "Choose from PyMOL object"), the plugin fails to read in the molecule, crashing out at this stage in __init__.py (after prep.sh has succesfully run):

        while True:
            output = p.stdout.read(1)
            if output == '' and p.wait() != None:
                break
            if output != '':
                sys.stdout.write(output)
                sys.stdout.flush()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions