Skip to content

Fix Selenium packaging in Windows executable - #6

Open
0utsights wants to merge 1 commit into
mainfrom
fix/issue-5-selenium-packaging
Open

Fix Selenium packaging in Windows executable#6
0utsights wants to merge 1 commit into
mainfrom
fix/issue-5-selenium-packaging

Conversation

@0utsights

Copy link
Copy Markdown
Owner

Summary

  • add a canonical PyInstaller spec that collects all Selenium submodules and data, including Selenium Manager
  • validate Selenium's lazy WebDriver imports in frozen builds
  • make missing Selenium/Chrome failures actionable without suggesting pip inside an executable
  • update every Windows build command to use the spec

Verification

  • installed and imported Selenium normally from source
  • launched and closed a headless Chrome session without navigating to or voting on any service
  • built dist/Aeyori.exe successfully with PyInstaller 6.22.2
  • confirmed the frozen archive contains selenium.webdriver.chrome.options, By, and the Windows Selenium Manager executable
  • ran a separate frozen Selenium smoke executable successfully
  • confirmed no Selenium/WebDriver unresolved-module warnings

Fixes #5

@0utsights 0utsights mentioned this pull request Sep 3, 2026

@zennnnn15 zennnnn15 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On aeyori.com?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Voting Problem

2 participants