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

How do I get ddom.py working? #321

Open
EggbertCentral opened this issue Nov 20, 2022 · 6 comments
Open

How do I get ddom.py working? #321

EggbertCentral opened this issue Nov 20, 2022 · 6 comments

Comments

@EggbertCentral
Copy link

So I did what you did on your fake download button video (I downloaded the file and modules from the original poster), and when I try and run it on command prompt it says "No module named requests." Please help (I'm writing this on my host computer, The files are on a virtual machine.)
h

@Quadsam
Copy link

Quadsam commented Nov 21, 2022

you need to install the requests module with pip:

python -m pip install requests

@EggbertCentral
Copy link
Author

It says invalid syntax

@Quadsam
Copy link

Quadsam commented Nov 22, 2022

What version of python are you running? python -V
Is python in your path? echo %PATH% | findstr /I python.
And what happens when you run python -m pip?

@EggbertCentral
Copy link
Author

My version is 3.11 (Python -V doesn't work), when I do the second command it says invalid syntax for |, and for the third command, on pip, it says invalid syntax.

@Quadsam
Copy link

Quadsam commented Nov 22, 2022

Try running the command ./pip.exe install requests from the same folder the pip executable is located in. (Should be something like C:/Path/To/Python311/scripts)

@iam-py-test
Copy link

Try https://github.com/Endermanch/DDoM. It is still being updated

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

3 participants