New submission from Caitlin Kavanaugh <cnkavana...@gmail.com>:

Hi, I'm new to python, so I'm sorry if my explanation is terribly concise, I'm 
trying to explain it with fairly limited terminology.

I have been attempting to write data out to a file, yet I continually receive 
the error:

IOError: [Errno 13] permission denied '/trained.nn'

No matter where or what I try to save the file as, it returns this error with 
the corresponding file name. My friend insists that I need to use a slash, yet 
I'm not sure this is the correct syntax. Otherwise, I'm absolutely lost in how 
to solve this.

I tried looking up possible solutions first, but either the terminology was 
beyond me, or they supplied a piece of code that could fix it. I don't really 
want a plug and chug solution. I really want to understand this, so any 
explanation would be greatly appreciated.

Thank you!

----------
components: Windows
messages: 107463
nosy: Caitlin.Kavanaugh
priority: normal
severity: normal
status: open
title: IOError: [Errno 13] permission denied
type: behavior
versions: Python 2.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8962>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to