On Dec 11, 5:21 am, Chris McDonough <[email protected]> wrote:
> This may help:
>
> http://docs.pylonshq.com/pyramid/dev/narr/templates.html%23automatically-reloading-templates

And here I thought I'd read the documentation.  I didn't notice that
setting, but sadly it doesn't seem to have any effect on the appengine
development server.  I suspect it would only work if you were using
paster?  Having that environment variable set seems to make no
difference.

Furthermore, editing views.py or models.py results in the following
error on next page load:

...
  File "/usr/lib/python2.5/pkgutil.py", line 186, in find_module
    file, filename, etc = imp.find_module(subname, path)
  File "/home/basie/work/appengine/divisions/app/lib/python/
appengine_monkey.py", line 66, in find_module
    full_py = os.path.join(p, subname + '.py')
AttributeError: 'NoneType' object has no attribute 'path'

--
Cheers,
Rich.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to