On Jul 4, 2008, at 6:29 PM, Olli Wang wrote:

>
> Hi, I got a traceback when I was trying to enable paster shell with
> the development version.
> Any idea? Thanks.

>
>  File "/usr/lib/python2.5/site-packages/Myghty-1.1-py2.5.egg/myghty/
> importer.py
> ", line 54, in import_module
>    return builtin_importer(name, globals, locals, fromlist)
>  File "/usr/lib/python2.5/site-packages/Beaker-0.9.5-py2.5.egg/beaker/
> ext/googl
> e.py", line 1, in <module>
>    from __future__ import absolute_import
> TypeError: import_module() takes at most 4 arguments (5 given)

This is a myghty bug (someone reported about a month ago actually).  
It's overriding builtin's __import__ and not handling the new level  
flag used for absolute imports in 2.5. If you're not using Myghty, the  
easiest way of avoiding this is to uninstall it. Otherwise Myghty's  
trunk will have a fix very soon.

--
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 pylons-discuss@googlegroups.com
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