"Benjamin Niemann" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

> Don't name your script 'random.py' (or any other name from the stdlib).
> 'import random' will import the script itself (not the random module from
> the stdlib), which is not what you want.

I discovered long, long ago that giving your variables meaningful
names only leads to confusion. ;) 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to