On Feb 24, 2007, at 12:26 AM, Pradeep wrote:

>
> I noticed the following error with Myghty
> File 'd:\\python25\\lib\\site-packages\\Myghty-1.1-py2.5.egg\\myghty\
> \importer.py', line 54 in import_module
>   return builtin_importer(name, globals, locals, fromlist)
> ImportError: No module named content
>
> Now why is Myghty referring to something called content only when I
> use redirect_to??
>

FYI -- This isn't a Myghty error. Myghty replaces the builtin  
importer with its own.

What you're seeing is a normal ImportError propagating up through  
Myghty's importer.

Some module, maybe in your project, is trying to import a non- 
existent 'content' module

--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to