#๐Ÿ”’ help

51 messages ยท Page 1 of 1 (latest)

edgy forumBOT
#

@granite thistle

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

granite thistle
lucid eagle
#

are you on linux or windows

granite thistle
#

win

lucid eagle
#

also, attach the error in text not a screenshot

#

no ss

slender kindle
#

webdriver-manager

#

use this instea/

#

you're supposed to install it, also read the docs.

lucid eagle
#

u gotta add it to your path

granite thistle
#

and putted in in my path

lucid eagle
#

windows path sucks, have you rebooted

granite thistle
#

maybe i didnt make somthing good

slender kindle
granite thistle
#

pc, visual

lucid eagle
#

windows

granite thistle
#

oh

lucid eagle
#

windows only updates path on reboot

#

you can add it to path but you MUST reboot alot of the time for it to register

granite thistle
#

on the discord we cant invite someone on a call ?

#

It will be a loooot easier

lucid eagle
#

reboot your pc

granite thistle
#

i was with someone in a call before and it was a lot more easiere

#

im restarting

valid sandal
lucid eagle
#

pre the docs:

lucid eagle
#

usually not but on windows its worth doing if you are having issues

lucid eagle
# lucid eagle pre the docs:
from selenium import webdriver

driver_path = "/path/to/chromedriver"
driver = webdriver.Chrome(executable_path=driver_path)
granite thistle
#

same error

lucid eagle
#
from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager

driver = webdriver.Chrome(ChromeDriverManager().install())
#

this will also work

granite thistle
#

ok

lucid eagle
#

just specify the path manually

granite thistle
#

not working syntax

slender kindle
#

you should really learn the basics of python first.

lucid eagle
#

yes

granite thistle
#

yea

#

i know

lucid eagle
#

dont just copy paste code

granite thistle
#

i understand

#

its very difficult for me, never touched any code before

slender kindle
#

it'll be much more difficult if you're doing things without understanding how they work

#

like now

granite thistle
#

if someone can call now to explain me some like im just trying to make a 10min simple tuto

slender kindle
#

the error you just shared is a very basic error that's understood by learning the basics

granite thistle
#

to follow*

edgy forumBOT
#
Python help channel closed using Discord native close action

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.