Re: Storage device enumeration script
From: Phil Turmel <hidden>
Date: 2011-05-26 12:00:55
From: Phil Turmel <hidden>
Date: 2011-05-26 12:00:55
On 05/26/2011 04:24 AM, CoolCold wrote: [...]
On Debian Lenny produces error:
root@gamma2:/tmp# python lsdrv
Traceback (most recent call last):
File "lsdrv", line 17, in <module>
import os, io, re
ImportError: No module named ioHuh. The 'io' module is v2.6 and above. Another reason to make a helper function for reading these files. Phil