添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

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 i installed h8mail with pip3 (because pip didnt work) and when i launch the program it says:

Traceback (most recent call last):
File "h8mail.py", line 4, in
import ui
ImportError: No module named ui

Hello,

ui is installed using pip3. If python cannot find ui , it's either because something went wrong at install, or that python cannot find it's location in your environment.

Please check: https://github.com/khast3x/h8mail#python-version-and-older-kali-systems

Hey all, just to add to the resolution on the "UI" issue...

To fix, I installed pip3 (sudo apt install python3-pip) and then re-ran the "pip3 install -r requirements.txt" command from within the h8mail folder.

To launch h8mail.py, you then type "python3 ./h8mail.py".