Thanks - that was part of it
these paths are correct (it's looking in the correct place), but do i need
all these 'things' (webob/and the rest in the list)?
Traceback (most recent call last):
File "app.py", line 2, in <module>
import render
File "/home/gmilby/apps/blog2/render.py", line 4, in <module>
fullpage = render_gae('templates/')
File "/home/gmilby/apps/blog2/lib/web/contrib/template.py", line 16, in
__init__
from google.appengine.ext.webapp import template
File "/home/gmilby/apps/blog2/google/appengine/ext/webapp/__init__.py",
line 68, in <module>
import webob
ImportError: No module named webob
-----------------------
Visit My Sites!
www.syrbot.com | My Site
www.attackr.com | Latest Blog Posts
On Thu, Feb 4, 2010 at 8:27 AM, ProfessionalIT <[email protected]> wrote:
> Greg,
>
> You need create a settings.py file (in the same level of render.py)
> and put this variables in:
>
> FEED_URL = '/feed'
> SITE_TITLE = 'Your Blog Title'
> SITE_SUBTITLE = 'Your Blog Subtitle'
> HOME_ADDRESS = '/'
> AUTHOR_NAME = 'Your Name'
> AUTHOR_EMAIL = 'Your E-mail'
> SITE_DOMAIN = 'You Site URL'
>
> But the problem of css, js and images still persiste.
>
> -- Leandro.
>
> --
> 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.