RE: [Zope] Random Module

2005-08-26 Thread Aaron Bauman
-Original Message- From: David Siedband [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 2:38 PM To: ZOPE.org Subject: Re: [Zope] Random Module Are you sure you can't import the functions you need? It might be worthwhile to see if what you want to do can be done without adding

Re: [Zope] Random Module

2005-08-26 Thread Sam Boggess
Siedband [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 2:38 PM To: ZOPE.org Subject: Re: [Zope] Random Module Are you sure you can't import the functions you need? It might be worthwhile to see if what you want to do can be done without adding to your allowed modules. That should

RE: [Zope] Random Module

2005-08-25 Thread Jim Abramson
You can keep all the modules/types/etc you want Zope to stop hassling you about into a single file, restart Zope, and enjoy life again. create a Product called whatever you like (we called ours 'GlobalModules')... our looks like this: in Products/GlobalModules: __init__.py # Global module

Re: [Zope] Random Module

2005-08-25 Thread David Siedband
Are you sure you can't import the functions you need? It might be worthwhile to see if what you want to do can be done without adding to your allowed modules. That should be kind of a last resort. I'm curious what kind of functionality you need from random that can't be done within the