Opening a csv file in python on a mac

Brian Heese bheese at optonline.net
Sat May 12 18:50:48 EDT 2012


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? 



More information about the Python-list mailing list