calliope-edu / CalliopEO_AstroPi

MIT License
1 stars 2 forks source link

permission on BlkDiskInfo #11

Closed Amerlander closed 3 years ago

Amerlander commented 3 years ago

When adding a User in dialout group I get the following error when running the script:

Traceback (most recent call last):
    File "CalliopEO.py", line 11, in <module>
        blk - blkinfo.BlkDiskInfo()
AttributeError: module 'blkinfo' has no attribute 'BlKDiskInfo'

blkinfo was installed by downloading the source file and run python3 -m pip install <filename> <target> as root.

Amerlander commented 3 years ago

Was just a right permission issue on the module folder.