Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

DLL Load failed / Specified module cannot be found #71

Open
dudeisbrendan03 opened this issue Jul 1, 2019 · 1 comment
Open

DLL Load failed / Specified module cannot be found #71

dudeisbrendan03 opened this issue Jul 1, 2019 · 1 comment

Comments

@dudeisbrendan03
Copy link
Collaborator

dudeisbrendan03 commented Jul 1, 2019

Traceback (most recent call last):
  File ".\RATAttack.py", line 11, in <module>
    from winshell import startup                                                        # persistence
  File "C:\Users\Terri\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\winshell.py", line 31, in <module>
    from win32com import storagecon
  File "C:\Users\Terri\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\win32com\__init__.py", line 5, in <module>
    import win32api, sys, os
ImportError: DLL load failed: The specified module could not be found.

Can't get this to work, tried using info from other issues like #63 which seemed similar but I've gave up.
Been trying for a while now and it just doesn't want to work.

I've tried in the Windows Store ver of Python and the python org version. Neither worked, I'm using Python 3.7.3.

Any ideas?

(Running Windows 10 20H1/18922)
image
image
(It says 1903 because that was the last stable release, more info about the 20H1 flight here)

@mvrozanti
Copy link
Owner

I'm guessing the problem isn't with os or sys modules. So the culprit must be win32api.

Maybe this is a fix?

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

No branches or pull requests

2 participants