Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

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

After the installation the h8mail.py file is not parsed. #51

Closed
awtsuritacuna opened this issue Feb 20, 2020 · 1 comment
Closed

After the installation the h8mail.py file is not parsed. #51

awtsuritacuna opened this issue Feb 20, 2020 · 1 comment

Comments

@awtsuritacuna
Copy link

  • h8mail version:2.5
  • Python version:Python 2.7.16 / Python 3.7.6
  • Operating System: Linux 4.19.0-kali4-amd64 Added Features, Updated doc #1 SMP Debian 4.19.28-2kali1

Description

Hello khast3x

I hope that you are well, I just wanted to see if you could guide me a little in regards to a situation in which after I complete the install process I dont find the h8mail.py file, I have downloaded the package using the zip download and also using "git clone".

What I Did

I reviewed multiple information sites including looking for instructions about the install process including following the instructions given on this site without any successful solution.

``
oot@HCKA223:/.25/search#
root@HCKA223:
/.25/search# cd h8mail/
root@HCKA223:/.25/search/h8mail# ls
Dockerfile h8mail LICENSE Makefile PyPi.rst README.md setup.py tests
root@HCKA223:
/.25/search/h8mail#
root@HCKA223:~/.25/search/h8mail# cat README.md

Collecting h8mail
Downloading https://files.pythonhosted.org/packages/55/8f/574301e40762f344c0b687b9b9e17f085260b8cb0d415f2466cf70065a87/h8mail-2.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-hloLaX/h8mail/setup.py", line 12, in
with open("PyPi.rst") as readme_file:
IOError: [Errno 2] No such file or directory: 'PyPi.rst'

root@HCKA223:/.25/search/h8mail# pip install -r requirements.txt
Requirement already satisfied: requests in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 1)) (2.21.0)
root@HCKA223:
/.25/search/h8mail#
root@HCKA223:/.25/search/h8mail#
root@HCKA223:
/.25/search/h8mail#
root@HCKA223:/.25/search/h8mail# pip3 install h8mail
Requirement already satisfied: h8mail in /usr/local/lib/python3.7/dist-packages/h8mail-2.5-py3.7.egg (2.5)
Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from h8mail) (2.21.0)
root@HCKA223:
/.25/search/h8mail#

root@HCKA223:~/.25/search/h8mail# python3 setup.py install
running install
running bdist_egg
running egg_info
....
arching for requests==2.21.0
Best match: requests 2.21.0
Adding requests 2.21.0 to easy-install.pth file
Using /usr/lib/python3/dist-packages
Finished processing dependencies for h8mail==2.5

root@HCKA223:/.25/search/h8mail#
root@HCKA223:
/.25/search/h8mail# ls
build dist Dockerfile h8mail h8mail.egg-info LICENSE Makefile PyPi.rst README.md setup.py tests
root@HCKA223:/.25/search/h8mail#
root@HCKA223:
/.25/search/h8mail#


i will really appreciate if you could give me hand about this question, it may be something simple but unfortunately I have not been able to find a solution.

Thank you for your time.
@khast3x
Copy link
Owner

khast3x commented Feb 21, 2020

Hello,

I think you're having a python version issue. There is additional help in the wiki. Using pip is easier than using the setup.pymethod.
Cheers

@khast3x khast3x closed this as completed Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants