Book a Demo

Author Topic: Python code engineering  (Read 3301 times)

nymbyl

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Python code engineering
« on: January 09, 2006, 11:51:01 am »
I've noticed a problem with the Python code engineering:

It seems to have a problem with decorators.  It gives me an error "unexpected symbol <<DEDENT>>" when it encounters a decorator i.e.

@turbogears.expose()
def index
  pass

gives the error but

def index
  pass

does not

Just thought I'd point this out.  I'm guessing that not a lot of people are using ea for python - but I'm trying.