GenPi64 / Build.Dist

Build scripts for building GenPi64 images.
Other
11 stars 10 forks source link

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

Open samip5 opened 10 months ago

samip5 commented 10 months ago

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)