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:,
/Users/adamruczko/Projects/studiopokera/studiopokera/components/dhandler,
/Users/adamruczko/Projects/studiopokera/studiopokera/templates/dhandler)
File:
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/Pylons-0.9.3-py2.4.egg/pylons/templating.py
line 254
Context: 251: if disable_unicode:
252: optional_args['disable_unicode'] = disable_unicode
253: self.interpreter.execute(template, request_args=info,
254: global_args=global_args,
out_buffer=buf,
255: **optional_args)
256: return buf.getvalue()
257:
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---