Skip to content

Installing via buildout fails #3

@emanlove

Description

@emanlove

If you try to install robotframework-selenium2library via buildout it fails on the line

import metadata

due to a weird catch-22 situation. src/SeleniumLibrary/metadata imports in utils which eventually tries to import robot.utils which is part of the robotframework package. buildout is not aware of, at this point and may not need to be aware of, the robotframework egg. I recommend keeping a clean self-enclosed setup.py without a separate metadata.py file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions