[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

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] 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

[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.  

RE: [Webware-devel] Webware Release Numbers

2002-03-12 Thread paul
e one release number? It's surely tempting to reduce Webware down to only the things which can share the same release number, and then to offer "batteries included" packages which can change more fluidly, if necessary. Paul -- Get your firstname@lastname email at http://Nameplan

[Webware-devel] Webware Release Numbers

2002-03-12 Thread paul
bware directory on a disk but can't remember exactly which release it is supposed to represent. Paul -- Get your firstname@lastname email at http://Nameplanet.com/?su ___ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge

Encodings (was [Webware-devel] mime type of served documents)

2002-01-15 Thread paul
r the whole response to be encoded correctly, rather than just the output I generate within my Page subclass. How should we enhance Webware to make this work? Regards, Paul -- Get your firstname@lastname email at http://Nameplanet.com/?su _

[Webware-devel] PXDB v 0.1 XML-relational mapper (?)

2001-12-10 Thread Paul T
point to the online demo, direct URL to online demo is: http://www.pault.com:88/wu/wu/PXDBAdmin/   Rgds.Paul - Original Message - From: Paul T To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Sunday, December 09, 2001 4:08 AM Subject: ANN: PXDB v 0.1 Alpha.

Re: [Webware-devel] UserKit

2001-10-16 Thread paul
ng only amongst Internet-based users (as opposed to intranet-based users), I'm sure some more inventive methods could have been used to employ any encryption services in Switzerland... Paul -- Get your firstname@lastname email for FREE at http://Nameplanet.com/?su _

Subject: Re: [Webware-devel] UserKit

2001-10-12 Thread paul
itical powers knew that personal identifiers were fairly useless on their own anyway, but people do get on their soapbox about such things fairly easily in highly political organisations. Paul P.S. It's nice to see UserKit getting some attentio

RE: [Webware-devel] Terminals and Output

2001-10-03 Thread paul
used for is to isolate processes from their originating terminal even beyond the redirection of standard input, output and error. Paul -- Get your firstname@lastname email for FREE at http://Nameplanet.com/?su ___ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel

Re: [Webware-devel] webware dev activity?

2001-09-24 Thread paul
in fact. Is there some kind of release plan for 0.5.1 or 0.6, or whatever? ;-) Paul -- Get your firstname@lastname email for FREE at http://Nameplanet.com/?su ___ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel

RE: [Webware-devel] ThreadedAppServer hangs

2001-08-21 Thread paul
On Tue, 21 Aug 2001 09:32:42 -0400 "Jeff Johnson" <[EMAIL PROTECTED]> wrote: > >Hey Paul, great suggestion, I think you win the prize. Here's a bunch >of netstats taken roughly a second apart. The TIME_WAIT socket was >opened to send a single GIF to my browse

RE: [Webware-devel] RE: [Webware-discuss] ThreadedAppServer hangs

2001-08-21 Thread paul
aris appears to support a socket option called SO_REUSEADDR where a socket is allowed to bind to a port as long as the remote address involved in a connection is different. Paul -- Get your firstname@lastname email for FREE at http://Nameplanet.com/?su _

[Webware-devel] MK and XML

2001-06-06 Thread paul
ase to find meaningful patterns of information. I'll take a look at the link, though. Regards, Paul -- Get your firstname@lastname email for FREE at http://Nameplanet.com/?su ___ Webware-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/webware-devel

[Webware-devel] RE: WebKit, htmlForDict, WebSkin

2001-05-30 Thread paul
;want to see a rendered page in Netscape or IE _with_ the templating >instructions. So do I. But I want to be able to view the structure of documents *and* collapse some of that structure into visual components. That would be fantastic! There are probably hundreds of half-finis