[issue27690] os.path.normcase broken.

2016-08-05 Thread Lilin Lao

Lilin Lao added the comment:

I Fixed it by uninstall and then reinstall python, thanks

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27690>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27690] os.path.normcase broken.

2016-08-04 Thread Lilin Lao

Lilin Lao added the comment:

This issue happened after I update the system to "Windows 10 Anniversary 
Update".

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27690>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27690] os.path.normcase broken.

2016-08-04 Thread Lilin Lao

New submission from Lilin Lao:

orz> python
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit 
(AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Failed calling sys.__interactivehook__
Traceback (most recent call last):
  File "C:\Users\lao\AppData\Local\Programs\Python\Python35\lib\site.py", line 
388, in register_readline
import readline
  File 
"C:\Users\lao\AppData\Local\Programs\Python\Python35\lib\site-packages\readline.py",
 line 6, in 
from pyreadline.rlmain import Readline
  File 
"C:\Users\lao\AppData\Local\Programs\Python\Python35\lib\site-packages\pyreadline\__init__.py",
 line 12, in 
from . import logger, clipboard, lineeditor, modes, console
  File 
"C:\Users\lao\AppData\Local\Programs\Python\Python35\lib\site-packages\pyreadline\logger.py",
 line 10, in 
import socket, logging, logging.handlers
  File 
"C:\Users\lao\AppData\Local\Programs\Python\Python35\lib\logging\__init__.py", 
line 170, in 
_srcfile = os.path.normcase(addLevelName.__code__.co_filename)
AttributeError: module 'ntpath' has no attribute 'normcase'
>>> exit()

--
components: Windows
messages: 272013
nosy: lll9p, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: os.path.normcase broken.
type: crash
versions: Python 3.5

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27690>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com