LocaWapp: localhost web applications (v.03 - 2005 Dec 31)

2006-01-01 Thread LocaWapp
http://cheeseshop.python.org/packages/source/L/LocaWapp/locawapp-03.tar.gz LocaWapp: localhost web applications (v.03 - 2005 Dec 31) Copyright (c) 2005 RDJ This code is distributed for your utility but WITHOUT ANY WARRANTY. http://LocaWapp.blogspot.com - Run

I am seeing your project "HTMLTemplate"

2005-12-24 Thread LocaWapp
Hi Hamish Sanderson. I am seeing your project "HTMLTemplate". I like it. You see my project: LocaWapp: localhost web applications V.0.0.2 (2005 Dec 20) http://LocaWapp.blogspot.com - Run with: python run.py - and browse with: http://localhost:808

Re: "class Server" has a big error: what is?

2005-12-20 Thread LocaWapp
Steven D'Aprano ha scritto: > On Sat, 17 Dec 2005 12:38:00 -0800, LocaWapp wrote: > > > "class Server" has a big error: what is? > > > > http://groups.google.it/group/comp.lang.python/browse_thread/thread/de458cb7675ff4b6/f333453b0dc1aab6?q=locawapp&r

"class Server" has a big error: what is?

2005-12-17 Thread LocaWapp
"class Server" has a big error: what is? http://groups.google.it/group/comp.lang.python/browse_thread/thread/de458cb7675ff4b6/f333453b0dc1aab6?q=locawapp&rnum=1#f333453b0dc1aab6 -- http://mail.python.org/mailman/listinfo/python-list

Re: locawapp-001.zip

2005-12-17 Thread LocaWapp
"class Server" has a big error: what is? -- http://mail.python.org/mailman/listinfo/python-list

Re: double underscore attributes?

2005-12-10 Thread LocaWapp
Hi Bob, see this my example: >>> class A: ... def __add__(a,b): ... print a,b ... >>> a = A() >>> b = A() >>> a + b <__main__.A instance at 0x80c5a74> <__main__.A instance at 0x80c6234> >>> -- http://mail.python.org/mailman/listinfo/python-list

locawapp-001.zip

2005-12-10 Thread LocaWapp
LocaWapp: localhost web applications V.0.0.1 (2005 Dec 10) Copyright (C) 2005 RDJ This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. http://LocaWapp.blogspot.com - Run with: python run.py - or: python run.py 8081 - and browse