在python 3中导入win32com时遇到麻烦

在python 3中导入win32com时遇到麻烦,第1张

概述在python 3中导入win32com时遇到麻烦

我正在运行64位的windows 7和64位的Python 3.2。 我安装了pywin 32 AMD 64软件包,并且可以在IDLE中导入win32com,但不能在我的程序中导入。 这是上下文中的错误:

码:

import random import time from win32com.clIEnt import constants import win32com.clIEnt import pythoncom import webbrowser import os import sys from sys import exit print('This is was just an add on to the imports...')

错误:

Traceback (most recent call last): file "C:UserscompDesktoptest.py",line 3,in <module> from win32com.clIEnt import constants file "C:python32libsite-packageswin32com__init__.py",line 5,in <module> import win32API,sys,os importError: DLL load Failed: The specifIEd module Could not be found. >>>

我真的不知道什么模块会丢失,因为pywin32 应该有一切。 另外,虽然我有一个关于win32的问题,但我正在重新做一台新电脑,特别是这个工作不正常。 顺便说一下,将我在桌面上的所有包和模块都放到另一台计算机上变得非常繁琐。

windows中的Pygame:importError:DLL加载失败

在linux下将pyw文件导入为模块

linux上的Swift – 导入第三方模块

在windows上导入MysqL

在windows Server 2008中:Powershell无法导入模块ActiveDirectory

大的MysqL转储未能被导入

在windows上导入.sql文件到postgresql

无法在windows上使用Eclipse导入使用f2py生成的文件

在ELF二进制中导入名称

PyInstaller – 程序在另一台计算机上返回-1

我倾向于选择windows的Python的ActiveState安装 ,它平滑了很多粗糙的边缘,并捆绑了相关的windows软件包。 这也可能有助于你的沉闷乏味。

总结

以上是内存溢出为你收集整理的在python 3中导入win32com时遇到麻烦全部内容,希望文章能够帮你解决在python 3中导入win32com时遇到麻烦所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1232008.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-06
下一篇 2022-06-06

发表评论

登录后才能评论

评论列表(0条)

保存