Opening a csv file in python on a mac

Alec Taylor alec.taylor6 at gmail.com
Sat May 12 21:01:07 EDT 2012


Import csv

Lookup usage in the python docs
On 13/05/2012 9:22 AM, "Brian Heese" <bheese at optonline.net> 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?
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120513/5088b6a8/attachment.html>


More information about the Python-list mailing list