non descriptive error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Timothy Smith

    #1

    non descriptive error

    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?
  • wittempj@hotmail.com

    #2
    Re: non descriptive error

    You should tell us more about DutyShift.py, without the code it is very
    difficult for other people to guess what's going on.

    Comment

    • Tomasz Lisowski

      #3
      Re: non descriptive error

      Timothy Smith wrote:[color=blue]
      > 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?[/color]

      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

      Comment

      Working...