Skip to content

what is the best way to export exe from seleniumbase python file #2535

Answered by mdmintz
drdedou asked this question in Q&A
Discussion options

You must be logged in to vote

You error looks unrelated to SeleniumBase. It appears to be coming from library named torch_dynamo, which I know nothing about.

As for exporting an executable file from a SeleniumBase script:

Standard PyInstaller instructions will work. Tested with a TKinter app that ran a SeleniumBase script.
(See #1075 (comment) for the thread.)
For convenience, you may want to use one of the SeleniumBase Syntax Formats that can be run with pure python, instead of pytest. That may make things easier.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mdmintz
Comment options

You must be logged in to vote
1 reply
@mdmintz
Comment options

Comment options

You must be logged in to vote
1 reply
@mdmintz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants