On Fri, 20 Feb 2015 16:14:18 -0800, ms.isma222 wrote:

> sir what mean by the following errors:
> Traceback (most recent call last):
>   File "D:\My Documents\Desktop\scripts\WebMD\getWebMDExperts.py", line
>   143, in <module>
>     links = getExpertInfoLinks()
>   File "D:\My Documents\Desktop\scripts\WebMD\getWebMDExperts.py", line
>   119, in getExpertInfoLinks
>     fid = open("health-experts.htm","rb")

This line tried to open a file called health-experts.htm

> IOError: [Errno 2] No such file or directory: 'health-experts.htm'

This error says the file does not exist.

-- 
Denis McMahon, denismfmcma...@gmail.com
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to