Skip to content

Pyeapi support for windows #87

@lcharor

Description

@lcharor

Customer having trouble in installing pyeapi on windows. The issue is that Python cannot find the syslog module which is a dependency of pyeapi as there does not appear to be one available for Windows. To make this fully work on Windows, we would need to refactor the code to use the logging module instead of syslog.

Temp solution: We could try the solution at http://stackoverflow.com/questions/25537419/python-import-syslog-on-windows which simply creates stubs for the syslog calls to satisfy the parser but does nothing with any data sent to it.

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