Re: Opening a csv file in python on a mac

2012-05-12 Thread MRAB
On 12/05/2012 23:50, 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 op

Re: Opening a csv file in python on a mac

2012-05-12 Thread Dave Angel
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

Re: Opening a csv file in python on a mac

2012-05-12 Thread Alec Taylor
Import csv Lookup usage in the python docs On 13/05/2012 9:22 AM, "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

Opening a csv file in python on a mac

2012-05-12 Thread Brian Heese
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