[issue34313] Tkinter crashes with Tk-related error on macOS with ActiveTcl 8.6

2019-07-28 Thread royf


royf  added the comment:

I started having a similar issue after updating to macOS Mojave 10.14.6.

I'm not using idle, but the following minimal code has a similar issue:
```python
import tkinter as tk

w = tk.Tk()
w.mainloop()
```
The crash happens on `mainloop`.

This worked for me on macOS <= 10.14.5, but started crashing after updating to 
macOS 10.14.6. I'm using miniconda with conda=4.7.10, python=3.7.3, and 
tk=8.6.8.

The above code does work fine on the macOS 10.14.6 in a conda environment with 
python=3.6.2 and tk=8.5.18. But I really want to use python 3.7, which requires 
tk>=8.6.8, at least on the default conda channels.

--
nosy: +royf

___
Python tracker 
<https://bugs.python.org/issue34313>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8793] IDLE crashes on opening invalid file

2010-05-23 Thread royf

New submission from royf :

1. Create a file containing this line:
'\xdk'

2. Open the file for editing in IDLE 2.6.4. Banner:
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on 
win32

3. Run Module (F5) -> Bug#1: no error is shown

4. Run Module 7 more times (exactly!) -> Bug#2: IDLE crashes

--
components: IDLE
messages: 106328
nosy: royf
priority: normal
severity: normal
status: open
title: IDLE crashes on opening invalid file
type: crash
versions: Python 2.6

___
Python tracker 
<http://bugs.python.org/issue8793>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com