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 yfdyh000
Recipients ezio.melotti, yfdyh000
Date 2012-05-31.22:42:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338504145.87.0.920765614951.issue14975@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-31 22:42:25yfdyh000setrecipients: + yfdyh000, ezio.melotti
2012-05-31 22:42:25yfdyh000setmessageid: <1338504145.87.0.920765614951.issue14975@psf.upfronthosting.co.za>
2012-05-31 22:42:25yfdyh000linkissue14975 messages
2012-05-31 22:42:25yfdyh000create