B16f00t / whapa

WhatsApp Parser Toolset v1.59
1.1k stars 258 forks source link

MacOS - Alternative to reinstalling python for tk #161

Closed XuluWarrior closed 2 years ago

XuluWarrior commented 2 years ago

As suggested in #92 the docs say to uninstall the homebrew python and install it from the official binaries.

An alternative to this is to install python-tk. i.e.

brew install python-tk
gabrielbandeira80 commented 2 years ago

is it working on mac?

XuluWarrior commented 2 years ago

I'm not sure what you're asking.

Do you mean, does this command work on a Mac? Yes, this is a Mac specific command assuming you've installed Homebrew (https://brew.sh)

Do you mean, does this project work on a Mac? Yes, as long as you follow the instructions in the Readme. The command above is an alternative to uninstalling python if you have previously installed it using Homebrew.

gabrielbandeira80 commented 2 years ago

for windows and linux an error occurs.

[-] Whatsapp version: 2.22.6.72-play-release [-] Backup upload : 2022-03-28T13:43:19.226504Z [-] Backup size : 9585729222 Bytes (8 GB) [+] Backup metadata [e] Error 'backupFrequency'

XuluWarrior commented 2 years ago

If you have a problem running it on Windows and Linux then you should create a new issue. See the New Issue button in the top right of the page.

B16f00t commented 2 years ago

I'll modify readme file, Thanks @XuluWarrior