to try to satisfy the error, i oped the gae folder up and made a symlink to
it - stlil gets error - is there a way to get past this?

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
gmi...@emachine:~/apps/blog2$ ln -s
/home/gmilby/apps/blog2/google/appengine/lib/webob webob


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



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

> > all these 'things' (webob/and the rest in the list)?
>
> No, no, this is only the complement of the exception.
>
> >
> > 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
>
> --
> 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