Re: [Webware-discuss] Re: Time zone setting

2002-04-09 Thread Tripp Lilley
On Wed, 10 Apr 2002, Edmund Lian wrote: > Yes, but why complicate the issue even further? :-) Hence the tagset :) > Wow, how is it that you're only now reading and responding to stuff posted > in January??? Back in January, I was under a big deadline, so I only skimmed the list. I've gotten

Re: [Webware-discuss] Re: Time zone setting

2002-04-09 Thread Edmund Lian
Tripp wrote: > Technically, UTC != GMT. See: > > http://aa.usno.navy.mil/faq/docs/UT.html Yes, but why complicate the issue even further? :-) Wow, how is it that you're only now reading and responding to stuff posted in January??? ...Edmund. __

Re: [Webware-discuss] Re: Time zone setting

2002-04-09 Thread Tripp Lilley
On Tue, 29 Jan 2002, Edmund Lian wrote: > Note that UTC = GMT time, but GMT is no longer the accepted name for > Zulu time. Technically, UTC != GMT. See: http://aa.usno.navy.mil/faq/docs/UT.html (I bring this up mainly because I was surprised to read it, but now nothing sur

RE: [Webware-discuss] OneShot.cgi / some Examples broken (1.6.1b)

2002-04-09 Thread Tripp Lilley
On Tue, 15 Jan 2002, Geoffrey Talvola wrote: > Has anyone else run Webware with Python 2.2 successfully? The Monkey is running on Python 2.2 on my laptop, but not yet on any production machines :) ___ Webware-discuss mailing list [EMAIL PROTECTED] ht

RE: [Webware-discuss] odbc permission

2002-04-09 Thread Geoffrey Talvola
Stefan Kuzminski wrote: > hi, I'm calling SQL server with mxODBC ( using a DSN I defined in the > Windows 'Data Sources (ODBC)' control panel applet ) from my > psp page, it > works ok with the webkit.cgi and the appserver, but I get an > error with the > oneshot.cgi, maybe because of the perm

[Webware-discuss] database connectivity?

2002-04-09 Thread dennis
Hi, I am writing my own database access at the moment. What sorts of "gotchas" do I need to worry about? I am a little fuzzy as to how WebKit works and what issues I face. -- --- Dennis Sacks [EMAIL PROTECTED] "An idiot with a computer is a faster, better idiot." - Rick Julius ___

[Webware-discuss] odbc permission

2002-04-09 Thread Stefan Kuzminski
hi, I'm calling SQL server with mxODBC ( using a DSN I defined in the Windows 'Data Sources (ODBC)' control panel applet ) from my psp page, it works ok with the webkit.cgi and the appserver, but I get an error with the oneshot.cgi, maybe because of the permissions and user that the http server

Re: [Webware-discuss] webware debian package

2002-04-09 Thread Baruch Even
On Tue, 2002-04-02 at 16:22, Ian Bicking wrote: > > On Mon, 2002-04-01 at 15:40, Matt Feifarek wrote: > > Hello list. > > > > I was thinking that it would be nice of us to make a debian package (.deb) > > of webware. > > > I think it would be very useful to find someone who develops a Debian >

RE: Better API docs? (Was Re: [Webware-discuss] Allowing delegation in servlets)

2002-04-09 Thread Kendall Clark
> "geoffrey" == Geoffrey Talvola <[EMAIL PROTECTED]> writes: geoffrey> Let's not make this a one-off. Instead, pydoc or other geoffrey> documentation tools should be run on the Python source geoffrey> automatically as part of running "python install.py" (or geoffrey> "python setup.py

RE: Better API docs? (Was Re: [Webware-discuss] Allowing delegation in servlets)

2002-04-09 Thread Geoffrey Talvola
Kendall Clark wrote: > jeffrey> 1. Documentation - it would help to see what core set(s) of > jeffrey> methods make up servlet use, and which methods are > jeffrey> particular to special servlet implementations. > > and toward this same end -- > > I think it would help if someone c