Re: feedparser hanging after I/O error

2011-06-03 Thread John Nagle
On 6/2/2011 4:40 AM, xDog Walker wrote: On Wednesday 2011 June 01 10:34, John Nagle wrote: I have a program which uses "feedparser". It occasionally hangs when the network connection has been lost, and remains hung after the network connection is restored. My solution is to download the feed

Re: feedparser hanging after I/O error

2011-06-02 Thread xDog Walker
On Wednesday 2011 June 01 10:34, John Nagle wrote: > I have a program which uses "feedparser".  It occasionally hangs when > the network connection has been lost, and remains hung after the network > connection is restored. My solution is to download the feed file using wget, then hand that file t

feedparser hanging after I/O error

2011-06-01 Thread John Nagle
I have a program which uses "feedparser". It occasionally hangs when the network connection has been lost, and remains hung after the network connection is restored. My program calls d = feedparser.parse(self.url,etag=self.etag,modified=self.modified) If d is None, it raises an excep

Re: I/O error 13 Permission denied -Cannot access file as it is used by another process.

2008-08-28 Thread Tim Golden
is being used by another program.(prog2 in this case) i/o error 13 permission denied The main stumbling block here is that you're not posting code you're running, but fragments of code which may or may not exist in your source. What is tn? What have x and y to do with anything?

I/O error 13 Permission denied -Cannot access file as it is used by another process.

2008-08-28 Thread aditya shukla
en(find_file,"rb") # find_file is the object returned after searching the file error mesage: the process cannot access the file as another process because it is being used by another program.(prog2 in this case) i/o error 13 permission denied Please help me on how can i fix this ?

I/O error

2007-10-03 Thread MV
Hi all, I recently started getting the following error: *Can't save config file, I/O error: file() constructor not accessible in restrictive mode * The app I am using is called Nicotine+ ( www.nicotine-plus.org ). According to the developper N+ does not use restrictive mode for anything.

Re: I/O Error

2007-04-24 Thread Michael Hoffman
[EMAIL PROTECTED] wrote: > file_input = raw_input("Enter The ODX File Path:") > odx_file_output = raw_input("Enter the output file path : ") > log_file_output = raw_input("Enter the path for LogFile : ") > > saveout = sys.stdout > try: > f_open=open(odx_file_output, 'w') > except: > prin

I/O Error

2007-04-24 Thread saif . shakeel
Hi, I am using File I/O to input an xml file form user and parse it.I have used something like this: file_input = raw_input("Enter The ODX File Path:") odx_file_output = raw_input("Enter the output file path : ") log_file_output = raw_input("Enter the path for LogFile : ") saveout = sys.std