im'i getting an error too - think we should put on a different thread?

is this because i use templator?  if so, how can i point to templator? (iff
i had to pick a template engine i'd use jinja2 from what i've read about
them all)

Traceback (most recent call last):
  File "app.py", line 2, in <module>
    import render
  File "/home/gmilby/apps/blog2/render.py", line 1, in <module>
    import settings
ImportError: No module named settings


------from render.py------------
"""
Interface to various templating engines.
"""

import os.path

__all__ = [
 *   "render_gae", "render_cheetah", "render_genshi", "render_mako",*
*    "cache", *
]

-----------------------
Visit My Sites!
www.syrbot.com | My Site
www.attackr.com | Latest Blog Posts



On Thu, Feb 4, 2010 at 8:17 AM, ProfessionalIT <[email protected]> wrote:

> Hi Friends,
>
>  I have a static folder in my app but my css, js and images not show
> in my page in the GAE.
>
> Ps:
>  1 - Running with web.py 0.33.
>  2 - <link href="/static/css/base.css" rel="stylesheet" type="text/
> css"/>
>  3 - I compile my templates before update my app in GAE.
>
>  is necessary to do a customization in app.yaml ?
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "web.py" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected] <webpy%[email protected]>.
> For more options, visit this group at
> http://groups.google.com/group/webpy?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to