Re: Handling the log in BaseHTTPServer

2011-05-04 Thread LehH Sdsk8
                           format%args)) > > httpd = HTTPServer(ADDR, MyLoggingHTTPRequestHandler) > httpd.serve_forever() > > Simon > > > > > > > > On Wed, 4 May 2011 03:52:29 -0700 (PDT), LehH Sdsk8 wrote: > > First, i'm sorry for any inglish error! > >

Handling the log in BaseHTTPServer

2011-05-04 Thread LehH Sdsk8
First, i'm sorry for any inglish error! So, i use the BaseHTTPServer to create a page for monitoring purposes, someone now how to direct the event log to a file? -- http://mail.python.org/mailman/listinfo/python-list

Re: send function keys to a legacy DOS program

2011-03-20 Thread LehH Sdsk8
On Mar 10, 9:58 pm, Justin Ezequiel wrote: > Greetings, > > We have an old barcode program (MSDOS and source code unavailable.) > I've figured out how to populate the fields (by hacking into one of > the program's resource files.) > However, we still need to hit the following function keys in sequ