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.
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/
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
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
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
>> | ..
> |
> | 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
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
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
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
..
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
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 .
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?
>
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
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
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
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
"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
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
18 matches
Mail list logo