-
-
Notifications
You must be signed in to change notification settings - Fork 250
Closed
Description
I am working on a machine where the administrator has decided to remove read-permissions on some python module directories for some reason. This causes bpython to crash with OSError: Permission denied
shortly after startup when find_modules
in importcompletion.py tries to do a for name in os.listdir(path)
. A simple two-line check for readability should take care of this.
- Bitbucket: https://bitbucket.org/bobf/bpython/issue/197
- Originally Reported By: Anonymous
- Originally Created At: 2011-08-05T07:37:19.475