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
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
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
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?
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 ?
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.
[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
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