updated to tkinter
This commit is contained in:
14
run_tkinter_debug.sh
Executable file
14
run_tkinter_debug.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
# Debugging launch script for the tkinter player application
|
||||
|
||||
# Activate the virtual environment
|
||||
source venv/bin/activate
|
||||
|
||||
# Change to the tkinter app src directory
|
||||
cd tkinter_app/src
|
||||
|
||||
# Run the main application with full error output
|
||||
python main.py
|
||||
|
||||
# Deactivate virtual environment when done
|
||||
deactivate
|
||||
Reference in New Issue
Block a user