iT邦幫忙

0

python 的 typeError : ' module' object is not callable

  • 分享至 

  • xImage

TypeError 誤用變數的資料型態 , 看不出來是哪裡誤用

driver=webdriver.chrome("桌面\chromedriver")

https://ithelp.ithome.com.tw/upload/images/20210424/20119742Ha3ZQhSBn9.png

https://ithelp.ithome.com.tw/upload/images/20210424/20119742m2cKU9Cnjb.png

skyksl066 iT邦新手 4 級 ‧ 2021-04-25 16:41:03 檢舉
把桌面改成英文desktop試試
kevin543 iT邦新手 5 級 ‧ 2021-04-25 18:32:03 檢舉
改成英文還是一樣 , 圖片我傳到下面回答那位
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

2 個回答

1
Samuel
iT邦好手 1 級 ‧ 2021-04-25 10:20:04

1.嘗試看看路徑盡量只有英文不要有中文,然後module的存放位置要有可讀寫的權限。
2.python_套件中引入模組_模組中導入類_私有及公有屬性_程式範例
https://coolmandiary.blogspot.com/2017/03/python_19.html

kevin543 iT邦新手 5 級 ‧ 2021-04-25 18:31:05 檢舉

https://ithelp.ithome.com.tw/upload/images/20210425/20119742qwgRmrulWc.png

https://ithelp.ithome.com.tw/upload/images/20210425/201197423TxLqe5mlx.png

0
huahualiu
iT邦新手 2 級 ‧ 2021-04-28 11:53:48
driver = webdriver.Chrome(executable_path=PATH, options=options)

webdriver."C"hrome 改大寫?

我要發表回答

立即登入回答