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:
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'
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
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
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"
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
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,