non descriptive error

Tomasz Lisowski list at notmyisp.pl
Fri Oct 7 06:24:09 EDT 2005


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



More information about the Python-list mailing list