[Tutor] random numbers

Jennifer Cianciolo jciancio@indiana.edu
Wed May 28 14:19:12 2003


I did have a random.pyc, so I've deleted that - still no luck.

(and thanks for the help!)
 
> 
> On Wed, 28 May 2003, Jennifer Cianciolo wrote:
> 
> > Ok, I did have a file named random.py.  I guess that's not a good
> You may want to check if there's a 'random.pyc' in your current
directory.
> What's probably happening is that Python has "cached" what it thinks
is
> the real 'random.py' module.  If you delete that 'random.pyc' from
your
> current directory, try importing 'random' again then and see if
things
> work.
>