2007/5/16, Ian Wilson <[EMAIL PROTECTED]>:
>
> This is just a guess but you might try this as the next step in debugging:
>
> <?python
> import no_borrar.include as include
> ?>

my web application crash :-(...the messages are:


ImportError: No module named include
Error location in template file
'/home/minostro/Desktop/no-borrar/no_borrar/templates/main.kid'
between line 1 and line 3:
<?python
        import no_borrar.include as include
?>

also intent whit this:

<?python
        import no_borrar.templates.include as include
?>

but,

ImportError: No module named include
Error location in template file
'/home/minostro/Desktop/no-borrar/no_borrar/templates/main.kid'
between line 1 and line 3:
<?python
        import no_borrar.templates.include as include
?>





>
> -Ian
>
> On 5/16/07, Milton Galo Patricio <[EMAIL PROTECTED]> wrote:
> >
> > hello:
> >
> >   I'm trying import other template in my template [1], but errors
> > detecting when the templates is procesing..he said:
> >
> > ImportError: No module named include
> > Error location in template file
> > '/home/minostro/Desktop/no-borrar/no_borrar/templates/main.kid'
> > on line 1:
> > <?python import include ?>
> >
> > the name of my templates are: include.kid and main.kid, and i am doing
> > the import from main.kid
> >
> > [1]http://www.kid-templating.org/trac/wiki/IncludeSectionFromOtherTemplateRecipe
> >
> > --
> > Milton Inostroza Aguilera
> >
> > >
> >
>
> >
>


-- 
Milton Inostroza Aguilera

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to