Opening a csv file in python on a mac
Dave Angel
d at davea.name
Sat May 12 21:06:21 EDT 2012
On 05/12/2012 06:50 PM, Brian Heese wrote:
> I created a csv file called python test file.csv. It is stored on my Desktop directory. When I try to open it using the command open ('Desktop python test file.csv') I get the following error: "No such file or directory". The same thing happens if I use open ('python test file.csv'). What I am I doing wrong?
It is totally unclear just where you "used" these "commands." Please
identify your OS and python version, and paste a complete log of what
you typed and saw on your console. Do NOT retype it, copy/paste it.
--
DaveA
More information about the Python-list
mailing list