Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.