简体   繁体   中英

Problems using the python WConio library

I'm trying to use the WConio library for python, but when I import it, it gives this error:

Traceback (most recent call last):
File "WConioExample.py", line 15, in < module>
import WConio File "d:\\tools\\development\\python2.5\\lib\\site-packages\\WConio.py", line 23, in
from _WConio import * ImportError: DLL load failed with error code 193

I've installed WConio-1.5.win32-py2.5.exe and made sure the _WConio.pyd file exists. I'm using it on Win7.

I have searched for this problem, but the results were of no good use.

What can I do to solve this?

可能是您在64位系统上安装了32位库。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM