New submission from YF <yfdyh...@gmail.com>:

Before I use the Python 2.7.2 on Windows XP, today I tried to upgrade to the 
Python 2.7.3, but encountered a problem.
When running any .py file encountered "import unicodedata" or directly run the 
command always returns:
Traceback (most recent call last):
......
    import unicodedata
ImportError: DLL load failed: 找不到指定的程序。
"找不到指定的程序" corresponding English is "Cannot find the specified program".

I unable provide more information because I am only a user rather than 
developer.

After that, I manually delete "C:\Python27\DLLs\unicodedata.pyd" file (this 
step must be, otherwise no effect), then reinstall (Repair) Python 2.7.2 the 
problem disappeared.

----------
components: Unicode
messages: 162030
nosy: ezio.melotti, yfdyh000
priority: normal
severity: normal
status: open
title: import unicodedata, DLL load failed on Python 2.7.3
type: compile error
versions: Python 2.7

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

Reply via email to