Thread: random.choice
View Single Post
  #2  
Old 09-09-2009, 12:19 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
I would need to see your entire script to know what the problem is. It sounds like you are assigning another object to the name random. Please post the entire script. Also, try adding the following code before the line where accessing random.choice fails:
Code:
print random
Reply With Quote