[issue26518] AttributeError: 'module' object has no attribute '_handlerList'

2016-03-09 Thread Berker Peksag
Berker Peksag added the comment: This doesn't look like an issue with the Python standard library. I think you should report this to pip. Also, why are you installing logging module on Python 2.7? The PyPI version of logging module is very old (last updated 2005). -- nosy: +berker.peks

[issue26518] AttributeError: 'module' object has no attribute '_handlerList'

2016-03-09 Thread Jools
New submission from Jools: AttributeError: 'module' object has no attribute '_handlerList' when trying to install any packages with pip. This one is with trying to install the logging package: http://pastebin.com/TCUpUMYn -- components: Library (Lib) messages: 261422 nosy: jools prior