random # errors?

Arinté shouldbe at message.com
Thu Jun 1 09:51:27 EDT 2000


I am trying to use whrandom for picture generation and I am getting this
error?
I am not sure the list is...  Any hints?
Traceback (innermost last):
  File "Beer", line 131, in ?
  File "Beer", line 37, in biko
  File "C:\Python\Lib\whrandom.py", line 46, in __init__
    self.seed(x, y, z)
  File "C:\Python\Lib\whrandom.py", line 60, in seed
    t = int((t&0xffffff) ^ (t>>24))
IndexError: list index out of range





More information about the Python-list mailing list