Re: logging: AttributeError: 'module' object has no attribute 'getLogger'

2010-05-24 Thread Frank GOENNINGER
Philip Semanchuk writes: > On May 23, 2010, at 9:46 AM, Frank GOENNINGER wrote: >> >> I double checked and yes, getLogger is there. Why is the interpreter >> asking for an "attribute" here ? Any hints on what I am doing wrong ? > > > Short answer:

Re: logging: AttributeError: 'module' object has no attribute 'getLogger'

2010-05-24 Thread Frank GOENNINGER
Simon Brunning writes: > On 23 May 2010 14:46, Frank GOENNINGER wrote: >> Traceback (most recent call last): >>  File "/.../src/pib/logging.py", line 37, in >>    main() > > Here's a clue - looks like your own module is called logging. That'

logging: AttributeError: 'module' object has no attribute 'getLogger'

2010-05-23 Thread Frank GOENNINGER
Hi all: Being completely new to Python still (just about a week into it now) I tried to follow the Python 2.6.5 version documemtation aiming at setting up a logger as follows: import logging global gPIBLogger class PIBLogger(object): ''' TODO: classdocs ''' def __init__(self

Re: The Modernization of Emacs: terminology buffer and keybinding

2007-10-02 Thread Frank Goenninger
On 2007-10-01 23:37:28 +0200, Wildemar Wildenburger <[EMAIL PROTECTED]> said: > Frank Goenninger wrote: >> On 2007-09-29 01:27:04 +0200, Damien Kick <[EMAIL PROTECTED]> said: >> >>> If you were referring to the "free" in "free Mumia Abu Jamal&q

Re: The Modernization of Emacs: terminology buffer and keybinding

2007-09-29 Thread Frank Goenninger
e the normal > meaning of that phrase. Fully true for non-native English speakers as well. Just did the "wife test" also - she is a pure software user - and yes, free is "no money, do what you want" and that's it. I *never* use the term "free"

Re: John Bokma harassment

2006-05-26 Thread Frank Goenninger DG1SBG
John Bokma <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Bob Felts) wrote: > >> Count me among the clueless, then. I just wrote to DreamHost and asked >> that they reverse their decision to terminate his account. > > I am sure that DreamHost has quite a nice /dev/null for clueless idiots > li

Re: A critic of Guido's blog on Python's lambda

2006-05-10 Thread Frank Goenninger DG1SBG
Ken Tilton <[EMAIL PROTECTED]> writes: > sross wrote: >>>I do wonder what would happen to Cells if I ever want to support >>>multiple threads. Or in a parallel processing environment. >> AFAIK It should be fine. >> In LW, SBCL and ACL all bindings of dynamic variables are thread-local. >> > > Ah,