Frank
2014-02-11 19:05:09 UTC
Hi,
After updating to 0.12.3 I got this Deprecation Warning:
/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/bottle.py:3233: DeprecationWarning: Absolute template path names are deprecated.
 fname = self.search(name, self.lookup)
In my code I have.
â
âŠ
from bottle import TEMPLATE_PATH
Â
TEMPLATE_PATH.insert(0, â/foo/bar/app_name/viewsâ)
@route('/foo/index')
@view('ws', template_lookups=['views'])
def foo_index():
  return {âfooâ: foo}
âŠ
"
Iâve all templates in ./views but I canât get this to work as it shouldâŠ. any tip
Cheers,
--Â
Frank
--
After updating to 0.12.3 I got this Deprecation Warning:
/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/bottle.py:3233: DeprecationWarning: Absolute template path names are deprecated.
 fname = self.search(name, self.lookup)
In my code I have.
â
âŠ
from bottle import TEMPLATE_PATH
Â
TEMPLATE_PATH.insert(0, â/foo/bar/app_name/viewsâ)
@route('/foo/index')
@view('ws', template_lookups=['views'])
def foo_index():
  return {âfooâ: foo}
âŠ
"
Iâve all templates in ./views but I canât get this to work as it shouldâŠ. any tip
Cheers,
--Â
Frank
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.
---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.
---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.