On Dec 1, 2006, at 1:47 AM, Adam Ruczko wrote:
> > I'm try to run Pylons on the MacOSX. My working (on Linux) application > show me this error > (form.myt is my template locate in templates dir.): > > myghty.exception.TopLevelNotFound: TopLevelNotFound: > ComponentNotFound: > Cant locate component form.myt at > /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ > site-packages/Myghty-1.1-py2.4.egg/myghty/request.py > line 410 > > > and more: > > TopLevelNotFound: ComponentNotFound: Cant locate component form.myt > (resolvefile:, > /Users/adamruczko/Projects/studiopokera/studiopokera/components/ > form.myt, > /Users/adamruczko/Projects/studiopokera/studiopokera/templates/ > form.myt, > dhandler, resolvefile:, It appears to be looking in the right place. Is your template directory definitely the above location? $ ls -al /Users/adamruczko/Projects/studiopokera/studiopokera/ templates/form.myt -- Philip Jenvey --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
