RE: [Zope] What happened to random?

2001-01-26 Thread Ron Bickers
age- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill > Anderson > Sent: Friday, January 26, 2001 7:36 PM > To: [EMAIL PROTECTED] > Subject: [Zope] What happened to random? > > OK, got a problem with 2.3.0 and Python Script; one that breaks > Membership :(

[Zope] What happened to random?

2001-01-26 Thread Bill Anderson
OK, got a problem with 2.3.0 and Python Script; one that breaks Membership :( In Python Methods, I can do this choose=random.choice And it works. However, in a Python Script in 2.3.0, it barfs, complaining about random not being a variable. I've tried self.rhandom, context.rhandom, and _