Skip to content

Commit 2286e8a

Browse files
committed
Release 4.55.1
1 parent cae8cf3 commit 2286e8a

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9375,6 +9375,12 @@ FIXED the install from GitHub problem with psgmain/psgupgrade!
93759375
* If no interpreter is set in the global settings, then the interpreter running currently (sys.executable) will be used as the default rather than the system-wide default.
93769376
* Use python NOT pythonw (if returned from sys.executable) for all upgrades from github. The pip command was running pythonw and that caused future psgmain, psgupgrade, etc, commands to fail
93779377

9378+
## 4.55.1 PySimpleGUI 7-Nov-2021
9379+
9380+
* Exec API Fix
9381+
* Fix for bug created in 4.55.0 that caused the Global Setting for Python interpreter to never be used
9382+
* The sys.executable interpreter will be used for GitHub upgrades and if no interpreter is specified in the PySimpleGUI settings
9383+
93789384
## Code Condition
93799385

93809386
Make it run

readme_creator/markdown input files/4_Release_notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,6 +2340,13 @@ FIXED the install from GitHub problem with psgmain/psgupgrade!
23402340
* Use python NOT pythonw (if returned from sys.executable) for all upgrades from github. The pip command was running pythonw and that caused future psgmain, psgupgrade, etc, commands to fail
23412341

23422342

2343+
## 4.55.1 PySimpleGUI 7-Nov-2021
2344+
2345+
* Exec API Fix
2346+
* Fix for bug created in 4.55.0 that caused the Global Setting for Python interpreter to never be used
2347+
* The sys.executable interpreter will be used for GitHub upgrades and if no interpreter is specified in the PySimpleGUI settings
2348+
2349+
23432350

23442351
## Code Condition
23452352

readme_creator/output/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9375,6 +9375,12 @@ FIXED the install from GitHub problem with psgmain/psgupgrade!
93759375
* If no interpreter is set in the global settings, then the interpreter running currently (sys.executable) will be used as the default rather than the system-wide default.
93769376
* Use python NOT pythonw (if returned from sys.executable) for all upgrades from github. The pip command was running pythonw and that caused future psgmain, psgupgrade, etc, commands to fail
93779377

9378+
## 4.55.1 PySimpleGUI 7-Nov-2021
9379+
9380+
* Exec API Fix
9381+
* Fix for bug created in 4.55.0 that caused the Global Setting for Python interpreter to never be used
9382+
* The sys.executable interpreter will be used for GitHub upgrades and if no interpreter is specified in the PySimpleGUI settings
9383+
93789384
## Code Condition
93799385

93809386
Make it run

0 commit comments

Comments
 (0)