Skip to content

crudini parser sometimes will not find iniparse module from host OS unless explicitly told the path to it #215

@samip5

Description

@samip5

If it cannot find it, the fix was to make sure host OS has it installed, and set PYTHONPATH env variable to the dist-packages dirs of the HOST OS which are easiest to find out from python shell.

import sys
print(sys.path)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions