This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vak
Recipients vak
Date 2009-10-04.07:20:46
SpamBayes Score 8.955503e-12
Marked as misclassified No
Message-id <1254640849.21.0.615783238878.issue7052@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-10-04 07:20:49vaksetrecipients: + vak
2009-10-04 07:20:49vaksetmessageid: <1254640849.21.0.615783238878.issue7052@psf.upfronthosting.co.za>
2009-10-04 07:20:47vaklinkissue7052 messages
2009-10-04 07:20:46vakcreate