Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.8k views
in Technique[技术] by (71.8m points)

python - Controlling PyInstaller dependencies

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...