cheetah.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • chun ping wang

    #1

    cheetah.

    I am having trouble using cheetah and getting it to work the way i want
    (mvc)

    I have the following file.

    index.py : # imports BibleController and setting.


    BibleController .py that includes the Bible.py model to database (those
    works). At the end of it i have.
    print Template ( file = "BibleView.Tmpl ", searchList = templateValue )

    BibleView.tmpl.

    I generated something call BibleView.py using cheetah template. But when i
    run BibleView.py i get this error.

    File "BibleView. py", line 97, in respond
    __v = VFFSL(SL,"ver", True)
    ameMapper.NotFo und: cannot find 'ver'

    Whats wrong?

    _______________ _______________ _______________ _______________ _____
    On the road to retirement? Check out MSN Life Events for advice on how to
    get there! http://lifeevents.msn.com/category.aspx?cid=Retirement

  • Tavis.Rudd@gmail.com

    #2
    Re: cheetah.

    Hi Chun,
    you should post this to the cheetah mailing list rather than here.

    Cheetah is a template engine and code generation tool, written in Python. Web development is its principle use, but Cheetah is very flexible and is…


    Cheers,
    Tavis

    chun ping wang wrote:
    I am having trouble using cheetah and getting it to work the way i want
    (mvc)
    >
    I have the following file.
    >
    index.py : # imports BibleController and setting.
    >
    >
    BibleController .py that includes the Bible.py model to database (those
    works). At the end of it i have.
    print Template ( file = "BibleView.Tmpl ", searchList = templateValue )
    >
    BibleView.tmpl.
    >
    I generated something call BibleView.py using cheetah template. But when i
    run BibleView.py i get this error.
    >
    File "BibleView. py", line 97, in respond
    __v = VFFSL(SL,"ver", True)
    ameMapper.NotFo und: cannot find 'ver'
    >
    Whats wrong?
    >
    _______________ _______________ _______________ _______________ _____
    On the road to retirement? Check out MSN Life Events for advice on how to
    get there! http://lifeevents.msn.com/category.aspx?cid=Retirement

    Comment

    Working...