Re: "OSError: [Errno 9] Bad file descriptor" When I try to Install the library in conda prompt

2020-07-21 Thread dn via Python-list
On 7/22/20 4:46 PM, Mathiyazhagan S wrote: Dear Sir/Madam, I'm new to the python program. I'm trying to install the "numby" or anything to add into the library by using the windows command prompt I'm getting some error please find the attachment. So please help me to resolve this issue.

"OSError: [Errno 9] Bad file descriptor" When I try to Install the library in conda prompt

2020-07-21 Thread Mathiyazhagan S
Dear Sir/Madam, I'm new to the python program. I'm trying to install the "numby" or anything to add into the library by using the windows command prompt I'm getting some error please find the attachment. So please help me to resolve this issue. Thank you -- https://mail.python.org/mailman/

Re: Errno 9] Bad file descriptor

2010-07-15 Thread MRAB
Dump looks like this: ... File "C: ... ineptpdf8.4.20.pyw", line 1266, in initialize return self.initialize_fopn(docid, param) File "C: ... ineptpdf8.4.20.pyw", line 1411, in initialize_fopn print buildurl IOError: [Errno 9] Bad file descriptor Two strange things: 1st: in the

Re: Errno 9] Bad file descriptor

2010-07-15 Thread joblack
Dump looks like this: ... File "C: ... ineptpdf8.4.20.pyw", line 1266, in initialize return self.initialize_fopn(docid, param) File "C: ... ineptpdf8.4.20.pyw", line 1411, in initialize_fopn print buildurl IOError: [Errno 9] Bad file descriptor Two strange things: 1st: in the

Re: Errno 9] Bad file descriptor

2010-07-14 Thread Thomas Jollans
On 07/14/2010 01:21 PM, joblack wrote: >> | >> | Starting point: >> | ... >> | self.status['text'] = 'Processing ...' >> | try: >> | cli_main(argv) >> | except Exception, e: >> | self.status['text'] = 'Error: ' + str(e) >> | return >> | ..

Re: Errno 9] Bad file descriptor

2010-07-14 Thread joblack
> | > | Starting point: > | ... > |         self.status['text'] = 'Processing ...' > |         try: > |             cli_main(argv) > |         except Exception, e: > |             self.status['text'] = 'Error: ' + str(e) > |             return > | ... > | cli_main: > | > |     keypath, inpath, outp

Re: Errno 9] Bad file descriptor

2010-07-13 Thread Cameron Simpson
On 13Jul2010 05:56, joblack wrote: | Thanks for the answers so far. It's not my code I'm just curious how | that could happen: | | Starting point: | ... | self.status['text'] = 'Processing ...' | try: | cli_main(argv) | except Exception, e: | self.s

Re: Errno 9] Bad file descriptor

2010-07-13 Thread joblack
All right I found the web link. It's an improvement to the pdf miner project (adds pdf dump methods). http://pastebin.com/P8SWj5YK -- http://mail.python.org/mailman/listinfo/python-list

Re: Errno 9] Bad file descriptor

2010-07-13 Thread joblack
Thanks for the answers so far. It's not my code I'm just curious how that could happen: Starting point: ... self.status['text'] = 'Processing ...' try: cli_main(argv) except Exception, e: self.status['text'] = 'Error: ' + str(e) return ..

Re: Errno 9] Bad file descriptor

2010-07-13 Thread Cameron Simpson
On 11Jul2010 17:48, joblack wrote: | I get sometimes a | | Errno 9 Bad file descriptor | | the code is too long to show it here but what are the circumstances | this could happen? A web search showed nothing. | | I have especially the feeling Python 2.6 has some problems with | Unicode ... and

Re: Errno 9] Bad file descriptor

2010-07-12 Thread Tim Roberts
joblack wrote: > >I get sometimes a > >Errno 9 Bad file descriptor > >the code is too long to show it here but what are the circumstances >this could happen? A web search showed nothing. > >I have especially the feeling Python 2.6 has some problems with >Unicode .

Re: Errno 9] Bad file descriptor

2010-07-11 Thread Steven D'Aprano
On Sun, 11 Jul 2010 17:48:40 -0700, joblack wrote: > I get sometimes a > > Errno 9 Bad file descriptor > > the code is too long to show it here You can at least show the actual line that fails. Are you trying to open a file, a named socket, a pipe or a device? >

Errno 9] Bad file descriptor

2010-07-11 Thread joblack
I get sometimes a Errno 9 Bad file descriptor the code is too long to show it here but what are the circumstances this could happen? A web search showed nothing. I have especially the feeling Python 2.6 has some problems with Unicode ... and might not find the file. Is that possible? -- http

[Errno 9] Bad file descriptor

2009-08-10 Thread Mehndi, Sibtey
Hi I am trying to create a COM object of picalo functionalities so that I can use it into my VB application but I am getting the following error "[Errno 9] bad file descriptor". Can you please suggest me what is supposed to do to avoid this problem? This is my code class T

Re: [Errno 9] Bad File Descriptor on Windows 2003 Server & Py 2.4.1

2005-05-03 Thread rbt
Dennis Lee Bieber wrote: > On Tue, 03 May 2005 08:59:14 -0400, rbt <[EMAIL PROTECTED]> > declaimed the following in comp.lang.python: > > >>The below script produces a '[Errno 9] Bad File Descriptor' when >>executed. If I remove the try: except: statem

Re: [Errno 9] Bad File Descriptor on Windows 2003 Server & Py 2.4.1

2005-05-03 Thread rbt
vincent wehren wrote: > "rbt" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > news:[EMAIL PROTECTED] > | The below script produces a '[Errno 9] Bad File Descriptor' when > | executed. If I remove the try: except: statements, the script stops when > | the

Re: [Errno 9] Bad File Descriptor on Windows 2003 Server & Py 2.4.1

2005-05-03 Thread vincent wehren
"rbt" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] | The below script produces a '[Errno 9] Bad File Descriptor' when | executed. If I remove the try: except: statements, the script stops when | the error occurs. | | The purpose of the script is

[Errno 9] Bad File Descriptor on Windows 2003 Server & Py 2.4.1

2005-05-03 Thread rbt
The below script produces a '[Errno 9] Bad File Descriptor' when executed. If I remove the try: except: statements, the script stops when the error occurs. The purpose of the script is to monitor the size of the three main logs on a Windows 2003 server and send and email should any o