urgent help

Denis McMahon denismfmcmahon at gmail.com
Fri Feb 20 22:44:42 EST 2015


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, denismfmcmahon at gmail.com



More information about the Python-list mailing list