The problem I had was that some weeks ago, I had created a file random.py
.
As it turned out, this filename made every program crash that uses the random module / import random
.
Is there a way to avoid this problem? Even if I chose unique filenames, someone else using the same code might run into trouble.