silvanohirtie / Discord-Token-Generator

Name says it all
172 stars 176 forks source link

Error when launching #21

Closed xdTAGCLAN closed 2 years ago

xdTAGCLAN commented 2 years ago

When i do "py generator.py" it says: Traceback (most recent call last): File "C:\Users......\Downloads\Discord-Token-Generator-master\generator.py", line 5, in import proxygen File "C:\Users......\Downloads\Discord-Token-Generator-master\proxygen.py", line 1, in from lxml.html import fromstring ModuleNotFoundError: No module named 'lxml'

ghost commented 2 years ago

When i do "py generator.py" it says: Traceback (most recent call last): File "C:\Users......\Downloads\Discord-Token-Generator-master\generator.py", line 5, in import proxygen File "C:\Users......\Downloads\Discord-Token-Generator-master\proxygen.py", line 1, in from lxml.html import fromstring ModuleNotFoundError: No module named 'lxml'

same

vftable commented 2 years ago

do "pip install lxml" :P

ThunderwareIncorprated commented 2 years ago

do "pip install lxml" :P

where lmao

BasToTheMax commented 2 years ago

I got the same, but for the requests module

MadKamel commented 2 years ago

do "pip install lxml" :P

where lmao

If you can't do it by default on the command line, I would recommend re-installing python3 with the PATH variable added (On windows). If that's not an option, it's probably somewhere near the python executable. Look for pip.py, I think.

silvanohirtie commented 2 years ago

Hi Guys, the issue is that you're missing the lxml python's module. Just a little tip: Before trying to create a big project like this, learn first how a determinate language works. https://learnpython.org