save files

Terry Reedy tjreedy at udel.edu
Mon Apr 22 15:21:13 EDT 2019


On 4/22/2019 7:51 AM, Calvin Spealman wrote:
> Can you give some more information about the problem and your setup,
> including:
> 
> - What OS and OS version are you running?
> - What is the Python script you are trying to write?

Specifically, what name are you trying to give to the file.  If you use 
a non-BMP unicode char, that might be a reason for a crash.  Initially 
use an all-ascii name such as 'mytest.py'.

What directory are you trying to write to?
Are you sure that you have write permission for that directory?

> - Do you get the same behavior if you try to save an empty file?
> - Can you confirm you are talking about Idle, the editor that comes with
> Python, specifically?
> 
> On Mon, Apr 22, 2019 at 2:30 AM Franko rizai <frankorizai at gmail.com> wrote:
> 
>> ---------- Forwarded message ---------
>> From: Franko rizai <frankorizai at gmail.com>
>> Date: Sun, 21 Apr 2019 at 19:22
>> Subject: save files
>> To: <python-list at python.org>
>>
>>
>> Hello i am new to python and i have an issue.I downloaded the python
>> 3.7.3(32-bit) and i start working on it.I open a new window to write(new
>> file) and its ok. But when I want to save it i press save or save us or F5
>> ti run it, and it crashes, it stoppes working and tells me python has
>> stopped working and close the program! If you can help me on this please!
>> Thank you!
>>
>> <
>> https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
>>>
>> Απαλλαγμένο
>> από ιούς. www.avast.com
>> <
>> https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
>>>
>> <#m_-8209034248381601832_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>> --
>> https://mail.python.org/mailman/listinfo/python-list
>>
> 
> 


-- 
Terry Jan Reedy





More information about the Python-list mailing list