thorse icon indicating copy to clipboard operation
thorse copied to clipboard

ImportError: No module named _bootlocale

Open avatar198 opened this issue 2 years ago • 0 comments

Hi, im using kali

[*] Checking Dependencies...
[+] All Dependencies are Installed on this system ;)

[*] Generating Please wait for a while...

[*] Encrypting Source Codes...
[+] Operation Completed Successfully!

[*] Compiling your payload, Please Wait for a while...

906 INFO: PyInstaller: 3.5+498e6ee058
906 INFO: Python: 3.10.4
908 INFO: Platform: Linux-5.15.0-kali3-amd64-x86_64-with-glibc2.33
908 INFO: wrote /home/kali/thorse/FyreMeteor.spec
912 INFO: UPX is available.
914 INFO: Extending PYTHONPATH with paths
['/home/kali/thorse', '/home/kali/thorse']
914 INFO: checking Analysis
914 INFO: Building Analysis because Analysis-00.toc is non existent
914 INFO: Initializing module dependency graph...
922 INFO: Initializing module graph hooks...
924 INFO: Analyzing base_library.zip ...
13598 INFO: Processing pre-find module path hook distutils
Traceback (most recent call last):
File "/usr/bin/pyinstaller", line 11, in
load_entry_point('PyInstaller==3.5+498e6ee058', 'console_scripts', 'pyinstaller')()
File "/usr/lib/python3/dist-packages/PyInstaller/main.py", line 111, in run
run_build(pyi_config, spec_file, **vars(args))
File "/usr/lib/python3/dist-packages/PyInstaller/main.py", line 63, in run_build
PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
File "/usr/lib/python3/dist-packages/PyInstaller/building/build_main.py", line 844, in main
build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
File "/usr/lib/python3/dist-packages/PyInstaller/building/build_main.py", line 791, in build
exec(code, spec_namespace)
File "/home/kali/thorse/FyreMeteor.spec", line 6, in
a = Analysis(['FyreMeteor.exe'],
File "/usr/lib/python3/dist-packages/PyInstaller/building/build_main.py", line 243, in init
self.postinit()
File "/usr/lib/python3/dist-packages/PyInstaller/building/datastruct.py", line 158, in postinit
self.assemble()
File "/usr/lib/python3/dist-packages/PyInstaller/building/build_main.py", line 348, in assemble
self.graph = initialize_modgraph(
File "/usr/lib/python3/dist-packages/PyInstaller/depend/analysis.py", line 613, in initialize_modgraph
graph.import_hook(m)
File "/usr/lib/python3/dist-packages/PyInstaller/lib/modulegraph/modulegraph.py", line 1473, in import_hook
target_package, target_module_partname = self._find_head_package(
File "/usr/lib/python3/dist-packages/PyInstaller/lib/modulegraph/modulegraph.py", line 1657, in _find_head_package
raise ImportError("No module named " + target_package_name)
ImportError: No module named _bootlocale

[*] Deleting Junk Files...
rm: cannot remove 'FyreMeteor.exe.spec': No such file or directory
[+] Junk Files Removed Successfully!

[!] Failed To Generate Your Payload :(, Please Try Again!

avatar198 avatar May 17 '22 16:05 avatar198