Re: WebError documentation?

2009-02-07 Thread Ron Garret
In article mailman.9037.1233981452.3487.python-l...@python.org,
 Chris Rebert c...@rebertia.com wrote:

 On Thu, Feb 5, 2009 at 12:52 PM, Ron Garret rnospa...@flownet.com wrote:
  Is there any?  Where is it?  Extensive Googling has proven fruitless.
 
 It's not a standard Python exception. A third-party library you're
 using must be raising it. Check the exception traceback.

I see I did not make myself clear.  I meant the Python software package 
called weberror, not a generic web error.

http://pypi.python.org/pypi/WebError


rg
--
http://mail.python.org/mailman/listinfo/python-list


Re: WebError documentation?

2009-02-07 Thread Bruno Desthuilliers

Ron Garret a écrit :

In article mailman.9037.1233981452.3487.python-l...@python.org,
 Chris Rebert c...@rebertia.com wrote:


On Thu, Feb 5, 2009 at 12:52 PM, Ron Garret rnospa...@flownet.com wrote:

Is there any?  Where is it?  Extensive Googling has proven fruitless.

It's not a standard Python exception. A third-party library you're
using must be raising it. Check the exception traceback.


I see I did not make myself clear.


Now *that* is an understatement...

  I meant the Python software package

called weberror, not a generic web error.

http://pypi.python.org/pypi/WebError


Google is your friend:
http://bel-epa.com/docs/thirdparty/weberror/
--
http://mail.python.org/mailman/listinfo/python-list


Re: WebError documentation?

2009-02-07 Thread Ron Garret
In article 498de947$0$24412$426a7...@news.free.fr,
 Bruno Desthuilliers bdesth.quelquech...@free.quelquepart.fr wrote:

 Ron Garret a écrit :
  In article mailman.9037.1233981452.3487.python-l...@python.org,
   Chris Rebert c...@rebertia.com wrote:
  
  On Thu, Feb 5, 2009 at 12:52 PM, Ron Garret rnospa...@flownet.com wrote:
  Is there any?  Where is it?  Extensive Googling has proven fruitless.
  It's not a standard Python exception. A third-party library you're
  using must be raising it. Check the exception traceback.
  
  I see I did not make myself clear.
 
 Now *that* is an understatement...
 
I meant the Python software package
  called weberror, not a generic web error.
  
  http://pypi.python.org/pypi/WebError
 
 Google is your friend:
 http://bel-epa.com/docs/thirdparty/weberror/

Thanks!

rg
--
http://mail.python.org/mailman/listinfo/python-list


WebError documentation?

2009-02-06 Thread Ron Garret
Is there any?  Where is it?  Extensive Googling has proven fruitless.

Thanks,
rg
--
http://mail.python.org/mailman/listinfo/python-list


Re: WebError documentation?

2009-02-06 Thread Chris Rebert
On Thu, Feb 5, 2009 at 12:52 PM, Ron Garret rnospa...@flownet.com wrote:
 Is there any?  Where is it?  Extensive Googling has proven fruitless.

It's not a standard Python exception. A third-party library you're
using must be raising it. Check the exception traceback.

Cheers,
Chris

-- 
Follow the path of the Iguana...
http://rebertia.com
--
http://mail.python.org/mailman/listinfo/python-list