[issue14975] import unicodedata, DLL load failed on Python 2.7.3

2012-05-31 Thread YF

New submission from YF :

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 
<http://bugs.python.org/issue14975>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14975] import unicodedata, DLL load failed on Python 2.7.3

2012-06-01 Thread YF

YF  added the comment:

I compared downloaded python-2.7.3.msi file, it is consistent with the website 
published "MD5 checksums and sizes", and this time I disabled avast 7 and then 
reinstall Python 2.7.3, but this error still occurs.

After I installed Python 2.7.3 the MD5 signature of the 
C:\Python27\DLLs\unicodedata.pyd file is: AD7DFE789B1256F039406B640ACD9C0D

I have not found that I had any operational errors.

--

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