Re: non descriptive error
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: non descriptive error

From: Tomasz Lisowski <list@notmyisp.pl>
Date: Fri Oct 07 2005 - 12:24:09 CEST

Timothy Smith wrote:
> i try to run my app and i get this
>
> %python DutyShift.py
> error
>
>
> thats it. thats the error. mya pp was previously working, and i did make
> some fairly large changes to it, but i'd expect a more descriptive
> message then just "error". anyidea where i need to start looking?

It seems to me, like a result of a "print" statement, exexcuted
somewhere (maybe in the except: clause). You may look for lines similar to:

print "error"

Tomasz Lisowski
Received on Sat Oct 15 04:15:12 2005