aj-4 / ig-followers

see who unfollowed you with python
198 stars 132 forks source link

issue when compiling #4

Open nmn1406 opened 4 years ago

nmn1406 commented 4 years ago

I am using windows 10 .Kindly help Screenshot (5)

tkdidit commented 4 years ago

You have to add the "chromedriver.exe" to your PATH or you can write this line instead

self.driver = webdriver.Chrome(executable_path="D:\chromedriver.exe") just change the location to YOURS

brodycritchlow commented 4 years ago

Im getting this error while doing the self.driver = webdriver.Chrome(executable_path="D:\chromedriver.exe") And it wont open the webpage even with pylint not installed

Anomalous backslash in string: '\c'. String constant might be missing an r prefix.pylint(anomalous-backslash-in-string)

nmn1406 commented 4 years ago

include r before giving path name .For example r"D:/.......". It worked for me

On Mon, 17 Feb, 2020, 08:16 BatDev, notifications@github.com wrote:

Im getting this error while doing the self.driver = webdriver.Chrome(executable_path="D:\chromedriver.exe") And it wont open the webpage even with pylint not installed

Anomalous backslash in string: '\c'. String constant might be missing an r prefix.pylint(anomalous-backslash-in-string)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aj-4/ig-followers/issues/4?email_source=notifications&email_token=AI4YURGPRRMKO45RHKHXYTDRDH3ALA5CNFSM4KSKCWS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL44SQA#issuecomment-586795328, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI4YURDMXC3NXUOHYSLW273RDH3ALANCNFSM4KSKCWSQ .