having the same issue, any workarounds?
On Jul 30, 9:43 am, Jesper Taxbøl <[email protected]> wrote: > I have also had problems installing Satchmo with the template error > mentioned in this thread. I just tried getting the latest version through > mercurial, and it gave me a different error. > TemplateSyntaxError at / > > Caught an exception while rendering: app_plugins/plugin_point.html > > Original Traceback (most recent call last): > File "/usr/lib/python2.5/site-packages/django/template/debug.py", > line 71, in render_node > result = node.render(context) > File > "/usr/lib/python2.5/site-packages/django_app_plugins-0.1.0-py2.5.egg/app_pl > ugins/templatetags/app_plugins.py", > line 139, in render > t = loader.get_template(file_name) > File "/usr/lib/python2.5/site-packages/django/template/loader.py", > line 81, in get_template > source, origin = find_template_source(template_name) > File "/usr/lib/python2.5/site-packages/django/template/loader.py", > line 74, in find_template_source > raise TemplateDoesNotExist, name > TemplateDoesNotExist: app_plugins/plugin_point.html > > I might add that im just trying to get the "simple" example from the project > folder using apache2 and mod_python. > > /tax > > 2009/7/30 Chris Moffitt <[email protected]> > > > > > The latest satchmo trunk includes this. Have you tried that version? > > > -Chris > > > On Wed, Jul 29, 2009 at 7:27 PM, fruits <[email protected]> wrote: > > >> I've read this page mentioned in your post: > >>http://pypi.python.org/pypi/setuptools_hg > > >> I don't know how to use the diff file. So I manualy edited the > >> setup.py and add the following argument to the setup fucntion call: > >> setup_requires=["setuptools_hg"], > >> All the templates just show up in the egg file. > > >> Thanks, Chris and Bruce! > > >> On Jul 28, 9:04 pm, Chris Moffitt <[email protected]> wrote: > >> > It's still a bug out there. > > >> > There's one ticket out there here - > >>http://bitbucket.org/chris1610/satchmo/issue/845/install-problem-temp... > > >> > which has one solution but I haven't tested it yet. I'm still looking > >> for > >> > the perfect solution. > > >> > -Chris > > >> > On Tue, Jul 28, 2009 at 7:28 AM, fruits <[email protected]> wrote: > > >> > > On Jul 11, 10:51 pm, wgw <[email protected]> wrote: > >> > > > I just migrated to the bit bucket source. I uninstalled my trac egg > >> > > > distribution (easy_install -m satchmo) and downloaded the bit bucket > >> > > > code under the directory satchmo3 (was under satchmo-trunk) and did > >> > > > the setup.py install. > > >> > > > I tried the simple and large projects but get the same error in > >> both: > > >> > > > <<< > >> > > > TemplateDoesNotExist at / > >> > > > shop/index.html > > >> > > > It looks like none of the satchmo templates are not being found. The > >> > > > template loader postmortem is: > > >> > > > <<<< > >> > > > Django tried loading these templates, in this order: > > >> > > > * Using loader > >> > > > django.template.loaders.filesystem.load_template_source: > >> > > > o /home/bill/django/satchmo3/satchmo/projects/simple/ > >> > > > templates/shop/index.html (File does not exist) > >> > > > o /home/bill/django/satchmo3/satchmo/templates/shop/ > >> > > > index.html (File does not exist) > > >> > > > (plus the django templates) > > >> > > > Admin works fine, and I can import django + satchmo in python, so I > >> > > > think everything is set up correctly (it worked fine before). The > >> egg > >> > > > is on the python path, along with the local directory and sundry: > > >> > > > '/home/bill/django/satchmo3/satchmo/projects/simple', > >> > > > '/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg' > >> > > > '../../apps', > >> > > > '.' > > >> > > > Also, the template directories are set as: > > >> > > > TEMPLATE_DIRS = ( > >> > > > os.path.join(DIRNAME, "templates"), > >> > > > os.path.join(SATCHMO_DIRNAME, "templates"), > >> > > > ) > > >> > > > Not sure what could be going wrong -- Any suggestions? > > >> > > I've encountered the same problem. It seems all except the templates > >> > > and locale folder find their way to the egg.- Hide quoted text - > > >> > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" 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/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
