Rolfff / Visametric-Termin-Bot

This Python Selenium script helps to find available dates for legalization of documents by the [German Embassy](https://teheran.diplo.de/) in Tehran.
3 stars 1 forks source link

not running in mac nor windows as of nov 2023 #9

Open MeysamKiani94 opened 8 months ago

MeysamKiani94 commented 8 months ago

Hi and thanks for the fantastic work. Rigth now I've tried installing it in both windows and mac but I get errors in both systems

In windows: AttributeError: 'ChromeOptions' object has no attribute 'headless' In Mac: ModuleNotFoundError: No module named 'distutils'

I know you're probably busy but I'd appereciate it if you could look at this. My friend has got this module error too. Thanks in advance Screenshot 3

Rolfff commented 8 months ago

Thank you for your contribution.

on Windows: you can disable this line. -> https://github.com/Rolfff/Visametric-Termin-Bot/blob/b889368d0c9e0d0c26d3c003e46338ad32f6e7ee/termin-bot.py#L61C48-L61C48 with a '#' in front of it. (it should already be like this)

on Mac: please try the command pip install distutils. I don't have a Mac. I can't test it there.

But don't worry. The script is unfortunately not running at the moment, see #8.