Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 3.6.4 运行demo.python 提示ImportError: DLL load failed: %1 不是有效的 Win32 应用程序。 #2

Open
JessonYue opened this issue Feb 1, 2018 · 3 comments

Comments

@JessonYue
Copy link

JessonYue commented Feb 1, 2018

Traceback (most recent call last):
File "demo.py", line 5, in
from avmdbg import *
ImportError: DLL load failed: %1 不是有效的 Win32 应用程序。

win32com 已经增加

@Andy0214
Copy link

我的2.7也是遇到这种问题

@meiliqin
Copy link

我也是遇到这个问题

@cheetahsec
Copy link
Owner

来自5年后的回复: 类似情况基本是dll依赖问题,avmdbg.pyd是以python2.7库编译的,依赖python27.dll,需要根据自身环境编译构建

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants