[Zope-CMF] Using classes within python scripts?
   
    Chris Withers
     
    chrisw@nipltd.com
       
    Fri, 20 Sep 2002 09:21:22 +0100
    
    
  
Meilicke, Scott wrote:
> 
> I have a class from the python cookbook that sorts lists of dictionaries
> using the value from a key.  It works when I use it in the interpreter, but
> not when I put it into a python script and call it from within zope.  Any
> thoughts as to how I can use class in a python script?
You can't, and you shouldn't have to.
Have you got a URL to this recipe?
cheers,
Chris