Have you tried enabling the "egg loader" in the settings.py TEMPLATE_LOADERS? 'django.template.loaders.eggs.load_template_source'
On Tue, Jul 28, 2009 at 6:04 AM, 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-templates-not-found > > 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. >> >> >> >> > > > > -- Bruce Kroeze http://solidsitesolutions.com Dynamic Designs, Optimized --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
