Daniel Preston added the comment:
How would I do that?
--
___
Python tracker
<https://bugs.python.org/issue38974>
___
___
Python-bugs-list mailing list
Unsub
Daniel Preston added the comment:
I have dropbox installed, would that be what's causing the problem?
--
___
Python tracker
<https://bugs.python.org/is
Daniel Preston added the comment:
No, it is an issue with Windows. I think it might only be a problem with my
computer though, maybe the fact that I have an AMD processor might have
something to do with the problem?
--
___
Python tracker
<ht
Daniel Preston added the comment:
Just tried to do that and found out that IDLE also crashes when opening a new
python file, not just when using that code. Maybe it's a problem just with my
computer? I am running python on Windows with an AMD Ryzen 5 processor with 8GB
RAM if it
New submission from Daniel Preston :
I am using Tkinter in my program, and at a point I use a button to open a file
by running a function with the following code:
def UploadAction(event=None):
global filename
filename = filedialog.askopenfilename()
filename = [filename]
return