On Monday October 22, 2001 05:58 pm, Pieter Claerhout wrote: > Hi all, > > I'm just playing around with PSP (Python Server Pages), and I found > something > strange. If you import a module, create the PSP page, execute it, change > something in the module, and then reload the PSP, WebWare doesn't seem to > reload the module. Pretty unhandy if you are developing web pages that use > a bunch of modules that change pretty frequently. > > Is there a way to turn on reloading of modules while you are developing? > > Thanks, Pieter
You can use the OneShot.cgi adapter during development. This fires up a brand new copy of WebKit for each request, so everything gets reloaded. - Geoff _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
