chrisjbillington / desktop-app

OS menu shortcuts, correct taskbar behaviour, and environment activation for Python GUI apps
BSD 2-Clause "Simplified" License
6 stars 5 forks source link

Display sys attributes in window and/or terminal of example app #2

Closed rpanderson closed 4 years ago

rpanderson commented 4 years ago

This proposal sees the following sys attributes in the window and/or terminal of the oink example: image

sys.prefix: c:\users\rpanderson\dev\desktop-app\.venv
sys.exec_prefix: c:\users\rpanderson\dev\desktop-app\.venv
sys.executable: c:\users\rpanderson\dev\desktop-app\.venv\scripts\python.exe

The users can readily determine if desktop-app has performed as advertised/intended.

chrisjbillington commented 4 years ago

Sounds good!