Hi,
I get an error, when I am trying to read URL.
Where is the Problem?
Thank u very much for all ideas!!!
sincerely
Chrysanthi
from urllib2 import *
filename=urlope n('http://www.ncbi.nlm.ni h.gov/entrez/viewer.fcgi?que ry_key=1&db=nuc leotide&qty=1&c _start=1&uids=& dopt=fasta&disp max=20&sendto=t ')
for line in filename.readli nes():
print line,
Error: History is unavailable either because it has expired or because
your system cannot accept <A
href='/entrez/query/static/faq.html#Accept scookies'>cooki es</A>
I get an error, when I am trying to read URL.
Where is the Problem?
Thank u very much for all ideas!!!
sincerely
Chrysanthi
from urllib2 import *
filename=urlope n('http://www.ncbi.nlm.ni h.gov/entrez/viewer.fcgi?que ry_key=1&db=nuc leotide&qty=1&c _start=1&uids=& dopt=fasta&disp max=20&sendto=t ')
for line in filename.readli nes():
print line,
Error: History is unavailable either because it has expired or because
your system cannot accept <A
href='/entrez/query/static/faq.html#Accept scookies'>cooki es</A>
Comment