Hello,
I had some strange problems when I had turbogears installed and tried to
install pylons. Once I'd removed turbogears I didn't have any problems. Can
you try on the interpreter and see if you can run the command:
import paste.util.multidict
dir(paste.util.multidict)
and see if UnicodeMultiDict appears in the list.
HTH
adil

On 7/3/07, wongobongo <[EMAIL PROTECTED]> wrote:
>
>
> The script is looking for a UnicodeMultiDict object in paste and it is
> failing when it cannot load it for whatever reason. It's there if you
> have installed Paste.
>
> As for why this is happening, it could be that the paste script is
> missing (look for it in your install, on my laptop it is at 'C:
> \Python24\Lib\site-packages\Paste-1.3-py2.4.egg\paste\util') but I
> suspect that this is file permission issue on UNIX. Make sure that
> your user has sufficient permissions to use scripts in the 'site-
> packages' folder.
>
> K
>
> On Jul 3, 1:23 am, SamDonaldson <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > We're in the process of moving from turbogears to pylons and we're
> > running into the following issue after doing an easy_install:
> >
> > File "/usr/lib/python2.4/site-packages/Pylons-0.9.5-py2.4.egg/pylons/
> > decorators/__init__.py", line 4, in ?
> >     from paste.util.multidict import UnicodeMultiDict
> > ImportError: cannot import name UnicodeMultiDict
> >
> > Does anybody have any clues on what this is and what has to be fixed
> > here?
> >
> > Thanks,
> >
> > Sam.
>
>
> >
>

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