[Zope-dev] app = Zope.app() backwards incompatibility notice / discussion

Anthony Baxter anthony at interlink.com.au
Sun Dec 21 19:43:03 EST 2003


>>> Chris McDonough wrote
> Code which used to do:
> 
>  import Zope
>  app = Zope.app()
> 
> Will need to do this under 2.7b4+:
> 
>  import Zope
>  Zope.configure('/path/to/configfile')
>  app = Zope.app()

Can we get an exception in the first case that states something like
"No config file, use Zope.configure('configfile')"?

Anthony

-- 
Anthony Baxter     <anthony at interlink.com.au>   
It's never too late to have a happy childhood.




More information about the Zope-Dev mailing list