> That works for me. There isn't an "InterruptedSystemCall" error or > equivalent in the standard exception hierarchy. EnvironmentError is > the parent of OSError & IOError, which is where you'll most likely be > encountering that state. Thanks! --Steve