Google-Maps-Scraper git:(main) ✗ python3 ./app/run.py
/Users/vickim/python/google/Google-Maps-Scraper/venv/lib/python3.9/site-packages/urllib3/init.py:35: NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: urllib3/urllib3#3020
warnings.warn(
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.
Traceback (most recent call last):
File "/Users/vickim/python/google/Google-Maps-Scraper/./app/run.py", line 12, in
main()
File "/Users/vickim/python/google/Google-Maps-Scraper/./app/run.py", line 6, in main
app = Frontend()
File "/Users/vickim/python/google/Google-Maps-Scraper/app/scraper/frontend.py", line 19, in init
icon = tk.PhotoImage(file="app\images\GMS.png")
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/tkinter/init.py", line 4064, in init
Image.init(self, 'photo', name, cnf, master, **kw)
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/tkinter/init.py", line 4009, in init
self.tk.call(('image', 'create', imgtype, name,) + options)
_tkinter.TclError: couldn't open "app\images\GMS.png": no such file or directory
Google-Maps-Scraper git:(main) ✗ python3 ./app/run.py
/Users/vickim/python/google/Google-Maps-Scraper/venv/lib/python3.9/site-packages/urllib3/init.py:35: NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: urllib3/urllib3#3020
warnings.warn(
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.
Traceback (most recent call last):
File "/Users/vickim/python/google/Google-Maps-Scraper/./app/run.py", line 12, in
main()
File "/Users/vickim/python/google/Google-Maps-Scraper/./app/run.py", line 6, in main
app = Frontend()
File "/Users/vickim/python/google/Google-Maps-Scraper/app/scraper/frontend.py", line 19, in init
icon = tk.PhotoImage(file="app\images\GMS.png")
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/tkinter/init.py", line 4064, in init
Image.init(self, 'photo', name, cnf, master, **kw)
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/tkinter/init.py", line 4009, in init
self.tk.call(('image', 'create', imgtype, name,) + options)
_tkinter.TclError: couldn't open "app\images\GMS.png": no such file or directory