[issue26697] tkFileDialog crash on askopenfilename Python 2.7 64-bit Win7

2020-04-26 Thread Zachary Ware


Zachary Ware  added the comment:

As 2.7 is now EOL, I'm closing the issue.  Thanks for the report anyway, Eric, 
and I'm sorry we didn't get it looked into before now.

--
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

___
Python tracker 

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



[issue26697] tkFileDialog crash on askopenfilename Python 2.7 64-bit Win7

2016-04-05 Thread Zachary Ware

Changes by Zachary Ware :


--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware

___
Python tracker 

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



[issue26697] tkFileDialog crash on askopenfilename Python 2.7 64-bit Win7

2016-04-05 Thread Eric Johnson

New submission from Eric Johnson:

Attempting to run tkFileDialog.askopenfilename() using Python 64-bit on Windows 
7 crashes.

Running SysWOW64\cmd.exe:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Windows\SysWOW64>python
Python 2.7.11rc1 (v2.7.11rc1:82dd9545bd93, Nov 21 2015, 23:25:27) [MSC v.1500 64
 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
>>> Tkinter.Tcl().eval('info patchlevel')
'8.5.15'
>>> import tkFileDialog
>>> filename = tkFileDialog.askopenfilename()

C:\Windows\SysWOW64>


The application abruptly stops.

Running the same application with Python 32-bit does not crash.

--
components: Tkinter
files: fileopendialog.py
messages: 262923
nosy: Eric Johnson
priority: normal
severity: normal
status: open
title: tkFileDialog crash on askopenfilename Python 2.7 64-bit Win7
type: crash
versions: Python 2.7
Added file: http://bugs.python.org/file42374/fileopendialog.py

___
Python tracker 

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