Welcome to 16892 Developer Community-Open, Learning,Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Generally, people wants to use PyInstaller to create a single file without dependencies (this is what should be supposed looking for specifics topics about the theme on the internet).

In my case, I want to keep a dependency. I have create a script for Selenium. I would like to not include the webdriver in the final executable. So, I can use the same executable for different versions of webdriver (such statement is to be tested yet).

How can I do it? How can I control dependencies when using PyInstaller?

Being specific: create only a single file except by webdriver to linked later.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.8k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to 16892 Developer Community-Open, Learning and Share
...