无法安装csv解析器

无法安装csv解析器

本文介绍了无法安装csv解析器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

全部....


我希望有人可以帮助我。我从
下载了csv.pyd文件

并将其放入我的C:\Python22 \ DLLs目录。键入


导入csv


进入python窗口会导致以下错误消息:


回溯(最近一次调用最后一次):

文件"< pyshell#0>",第1行,在?

import csv

ImportError:DLL加载失败:无法找到运行此

应用程序所需的库文件之一。


有人可以帮助我运行吗?


谢谢,

BogAl

Hi, all....

I''m hoping someone can help me. I''ve downloaded the csv.pyd file from
http://www.object-craft.com.au/proje.../download.html
and put it into my C:\Python22\DLLs directory. Typing

import csv

into a python window results in the following error message:

Traceback (most recent call last):
File "<pyshell#0>", line 1, in ?
import csv
ImportError: DLL load failed: One of the library files needed to run this
application cannot be found.

Can someone help me get this running?

Thanks,
BogAl

推荐答案




什么是pyshell?你试过在DOS框中使用好的可靠的python.exe

吗?


希望这会帮助你诊断,


Bernard。



What''s pyshell? did you try from good ole trusty python.exe
in a DOS box?

Hope this''ll help you diagnose,

Bernard.





我认为他们现在......

" ... C:\ WINDOWS \ SYSTEM\python22.dll; C:\ WINDOWS \ SYSTEM \ KERNEL32.dll; \ C:

\ WINDOWS \ SYSTEMCOS \ MSVCRT.dll; .. 。"



I think they are now....
"...C:\WINDOWS\SYSTEM\python22.dll;C:\WINDOWS\SYST EM\KERNEL32.dll;\C:
\WINDOWS\SYSTEM\MSVCRT.dll;..."



什么是pyshell?你试过在DOS框中使用好的可靠的python.exe吗?



What''s pyshell? did you try from good ole trusty python.exe
in a DOS box?




没有区别。仍然是相同的错误信息。

非常感谢任何进一步的帮助。



No difference. Still the same error message.
Any further help is greatly appreciated.





Bernard>什么是pyshell?你试过好的可信赖的python.exe

Bernard>在DOS框中?


尝试将.pyd放在C:\Python22 \Lib \ site-packages中

- 戴夫


-


这篇关于无法安装csv解析器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 04:52