@ekazutoshi

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

pyinstaller exe化できません

解決したいこと

import tkinter
from selenium import webdriver
import chromedriver_binary
import time
driver = webdriver.Chrome()
root = tkinter.Tk()
root.title("hola mama")
root.geometry("400x300")
etc.....
root.mainloop()
こちらのコードは作動するのですが、pyinstallerを使って
pyinstaller paramama.py --onefile--add-binary "./driver/chromedriver.exe;./driver"で
exe化すると黒い画面がでてきてすぐにきえます。
対処法がわかる方ご力添えをお願いします。
pathがうまく通せてないのでしょうか。
IMG_7023.PNG
スクリーンショット (2).png

0 likes

2Answer

This answer has been deleted for violation of our Terms of Service.

This answer has been deleted for violation of our Terms of Service.

Your answer might help someone💌