[New-bugs-announce] [issue7052] "from logging import *" causes an error under Ubuntu Karmic

Valery report at bugs.python.org
Sun Oct 4 09:20:49 CEST 2009


New submission from Valery <khamenya at gmail.com>:

Hi all

(I never filed a bug, so, I am not sure that all fields are OK)

Anyway, here is the self explaining issue: 

$ python 
Python 2.6.3 (r263:75183, Oct  3 2009, 11:20:50) 
[GCC 4.4.1] on linux2 
Type "help", "copyright", "credits" or "license" for more information. 
>>> from logging import * 

Traceback (most recent call last): 
  File "<stdin>", line 1, in <module> 
AttributeError: 'module' object has no attribute 'NullHandler' 
$ uname -a 
Linux vaktop 2.6.31-11-generic #38-Ubuntu SMP Fri Oct 2 11:55:55 UTC 
2009 i686 GNU/Linux 

this issue blocks me badly :(

regards
--
Valery

----------
components: Library (Lib)
messages: 93520
nosy: vak
severity: normal
status: open
title: "from logging import *" causes an error under Ubuntu Karmic
type: resource usage
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7052>
_______________________________________


More information about the New-bugs-announce mailing list