MHDDoS icon indicating copy to clipboard operation
MHDDoS copied to clipboard

[BUG Report]:

Open romanYI opened this issue 3 years ago • 5 comments

Version

2.4 (Default)

Which section is the problem?

Script Base

Please complete the following information

- OS: [e.g. Ubuntu]
- Installed Requirements Version [e.g. PyRoxy1.0b5]
- Python Version [e.g. 3.10.x]

What happened (Describe the bug) ?

Traceback (most recent call last): File "F:\pys\MHDDoS\start.py", line 27, in from Pyroxy import Proxy, ProxyChecker, ProxyType, ProxyUtiles ModuleNotFoundError: No module named 'Pyroxy'

I can't solve this problem

Screenshots

none

Please provide a link to a minimal reproduction of the bug

No response

Relevant log output

No response

Additional context

No response

Your code

from Pyroxy import Proxy, ProxyChecker, ProxyType, ProxyUtiles
from Pyroxy import Tools as ProxyTools

romanYI avatar Sep 09 '22 03:09 romanYI

image

romanYI avatar Sep 09 '22 03:09 romanYI

check installation before install do install git

MHProDev avatar Sep 12 '22 01:09 MHProDev

It's really "PyRoxy", that's why you get the error, it's case sensitive.

darkanubis0100 avatar Sep 12 '22 19:09 darkanubis0100

image image image

I do have the same problem as well. I have installed both PyRoxy 0.1 and GitPython 3.1.27 but Python can't import PyRoxy no matter what I've tried. I tried re-downloading the scripts twice, but it didn't fix it. ( NB: idk if using PyRoxy0.1 is the issue {can't install the PyRoxy 1.0b5}, maybe it is :-/ )

OS: Windows 10 21H2 (OS Build 19044.1889) installed requirements: PyRoxy 0.1 Python version: 3.8.3

TheRedstoni avatar Sep 18 '22 01:09 TheRedstoni

image image image

I do have the same problem as well. I have installed both PyRoxy 0.1 and GitPython 3.1.27 but Python can't import PyRoxy no matter what I've tried. I tried re-downloading the scripts twice, but it didn't fix it. ( NB: idk if using PyRoxy0.1 is the issue {can't install the PyRoxy 1.0b5}, maybe it is :-/ )

OS: Windows 10 21H2 (OS Build 19044.1889) installed requirements: PyRoxy 0.1 Python version: 3.8.3

It happens that PyRoxy depends on a library that is only on Linux but you are using Windows. I recommend you to use Docker and run MHDDoS there.

darkanubis0100 avatar Sep 18 '22 01:09 darkanubis0100