I recently had an error when starting up IPython. I was not able to start IPython successfully from 1 x specific folder on my system ("Unable to write tempfile ... "). After re-installing / checking directory permissions etc etc. I discovered a file in the directory called "random.py". It appears the name was being inherited from the local directory causing an error while trying to load (from random import Random as _Random) when IPython was starting up. I replicated the issue in other directories.
Q1: Does anyone know a list of filenames that should be avoided so as not to cause conflict with IPython?
Q2: Can this behaviour be switched off in a config file?