Umbrella
Umbrella copied to clipboard
See this
I use --nocompile argument building the dropper but when using pyinstaller manually i got this error
missing module named resource - imported by posix, c:\Python34\Scripts\Dr0pp1r46.py missing module named posix - imported by os, c:\Python34\Scripts\Dr0pp1r46.py missing module named _posixsubprocess - imported by subprocess, c:\Python34\Scripts\Dr0pp1r46.py missing module named 'org.python' - imported by pickle, c:\Python34\Scripts\Dr0pp1r46.py, xml.sax missing module named ce - imported by os, c:\Python34\Scripts\Dr0pp1r46.py missing module named readline - imported by cmd, code, pdb, c:\Python34\Scripts\Dr0pp1r46.py excluded module named _frozen_importlib - imported by importlib, c:\Python34\Scripts\Dr0pp1r46.py missing module named java - imported by platform, c:\Python34\Scripts\Dr0pp1r46.py missing module named 'java.lang' - imported by platform, c:\Python34\Scripts\Dr0pp1r46.py, xml.sax._exceptions missing module named vms_lib - imported by platform, c:\Python34\Scripts\Dr0pp1r46.py missing module named termios - imported by tty, getpass, c:\Python34\Scripts\Dr0pp1r46.py missing module named grp - imported by tarfile, shutil, c:\Python34\Scripts\Dr0pp1r46.py missing module named _dummy_threading - imported by dummy_threading, c:\Python34\Scripts\Dr0pp1r46.py missing module named org - imported by copy, c:\Python34\Scripts\Dr0pp1r46.py missing module named pwd - imported by posixpath, tarfile, shutil, http.server, webbrowser, getpass, c:\Python34\Scripts\Dr0pp1r46.py missing module named _scproxy - imported by urllib.request
Have an idea how to fix this? i really wish i lay my hand on this project to finally see its work
Regards.