22 Dec
2003
22 Dec
'03
12:43 a.m.
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@interlink.com.au> It's never too late to have a happy childhood.