[Webware-devel] AutoReloadingAppServer

2004-12-06 Thread Paul Goodyear
AutoReloadingAppServer.py   How do I implement this so that my contexts trigger the restart if imported files are not updating?   Thanks.   Paul.  

[Webware-devel] AutoReloadingAppServer

2004-12-06 Thread Paul Goodyear
AutoReloadingAppServer.py   How do I implement this so that my contexts trigger the restart if imported files are not updating?   Thanks.   Paul.

[Webware-devel] Import from another context

2004-12-21 Thread Paul Goodyear
When importing from another context like WebKit/myPage/Main.py - >From myDB.ObjectsT import * It doesn't report any errors until I try to access it like so Obj = ObjectsT.CreateMain() The WW error is: AttributeError: class ObjectsT has no attribute 'ObjectsT' The file str

RE: [Webware-devel] Import from another context

2004-12-22 Thread Paul Goodyear
Working. >From myDB.ObjectsT import * Changed to Import myDB.ObjectsT And Obj = ObjectsT.CreateMain() To Obj = myDB.ObjectsT.CreateMain() Working a treat. PaulG. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Goodyear Sent: 21 December 2004

[Webware-devel] Debug output to own screen

2005-03-10 Thread Paul Goodyear
Hello,   There are a few of us working on the same and different project on a single webware box, the system running the AppServer is outputting all debug info, this is ok, until someone needs to get some data back using the print call, is there anyway you can telnet in and tail a log to