Message314212
I have tried running the script with:
- command line (python <file>): Works without (breaks with) `import _tkinter`.
- basic python console (python): Same as with command line.
- ipython: Fails with or without `import _tkinter`. However, if for example I make the matrix in the scripts smaller or use only functions that don't resort to multithreading, code runs successfully in parallel in ipython.
- IDLE: Perhaps unsurprisingly, the code fails with or without `import _tkinter` (never terminates, or prompts endless "Your program is still running! Do you want to kill it?")
Suspecting a problem with Tcl/Tk (Apple's original 8.5.9), I rebuilt python pointing to tcl-tk installed with brew (8.6.8), which I checked with IDLE and _tkinter.TCL_VERSION() / _tkinter.TK_VERSION(). However, this did not fix the problem. |
|
Date |
User |
Action |
Args |
2018-03-21 17:14:36 | ezwelty | set | recipients:
+ ezwelty, ronaldoussoren, ned.deily |
2018-03-21 17:14:36 | ezwelty | set | messageid: <1521652476.92.0.467229070634.issue33111@psf.upfronthosting.co.za> |
2018-03-21 17:14:36 | ezwelty | link | issue33111 messages |
2018-03-21 17:14:36 | ezwelty | create | |
|