On Tuesday, October 22, 2019 at 1:36:24 PM UTC-7, david.guichard wrote:
>
> Thanks for the suggestion, but it doesn't appear to work for me. My code is
>
> csv.reader(open('http://myserver/xxx.csv'))
>
>
I don't think python's standard "open" supports opening URLs. You need 
something like urllib.request for it (or indeed, a tool (for instance some 
Pandas routine) that wraps that functionality for you).

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/5131daa6-ffd8-4046-8c64-50bc4a3d5c9a%40googlegroups.com.

Reply via email to