Skip to content

Tkinter GUI Apps sometimes use the wrong version of Python in scripts #1838

@mdmintz

Description

@mdmintz

Tkinter GUI Apps sometimes use the wrong version of Python in scripts.

This can happen if multiple versions of Python are installed on a system.

They should be using the version of Python that's found in sys.executable. (import sys; sys.executable)

Affected apps: sbase caseplans, sbase commander/sbase gui, sbase behave-gui, sbase recorder.

Metadata

Metadata

Assignees

Labels

SeleniumBase 4SeleniumBase 4bugUh oh... Something needs to be fixed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions