mvrozanti / RAT-via-Telegram

Windows Remote Administration Tool via Telegram
MIT License
646 stars 347 forks source link

DLL Load failed / Specified module cannot be found #71

Open dudeisbrendan03 opened 5 years ago

dudeisbrendan03 commented 5 years ago
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 commented 5 years ago

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

Maybe this is a fix?