henry-richard7 / Browser-password-stealer

This python program gets all the saved passwords, credit cards and bookmarks from chromium based browsers supports chromium 80 and above!
MIT License
404 stars 62 forks source link

SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? #14

Closed diehard88 closed 1 year ago

diehard88 commented 1 year ago

Screenshot_20230810-224913_Termux

`# pip -V

pip 23.2 from /usr/lib/python3/dist-packages/pip (python 3.11)`

TheRealBeelzebub666 commented 1 year ago

Here is The FIX ! pip3 install -r requirements

diehard88 commented 1 year ago

are you sure?

TheRealBeelzebub666 commented 1 year ago

are you sure?

Yes

diehard88 commented 1 year ago

are you sure?

Yes

did you test your 'fix' to be so confident?

diehard88 commented 1 year ago

are you sure?

Yes

did you test your 'fix' to be so confident?

nope...

hahahahacker2009 commented 1 year ago

that setup.py is having problem: it print "text" instead of print("text"). Upgrade to the latest version of package should fix (if there are a merged patch)

diehard88 commented 1 year ago

that setup.py is having problem: it print "text" instead of print("text"). Upgrade to the latest version of package should fix (if there are a merged patch)

upgrade which specific package?

hahahahacker2009 commented 1 year ago

that setup.py is having problem: it print "text" instead of print("text"). Upgrade to the latest version of package should fix (if there are a merged patch)

upgrade which specific package?

The package which contain error: pypiwin32