ImportError: No module named _functools

Aahz aahz at pythoncraft.com
Thu Jul 16 10:14:40 EDT 2009


In article <45228cf4-0b37-4c52-bf6f-d7bd124b0f82 at l32g2000vbp.googlegroups.com>,
Tony  Lay  <tonylay at gmail.com> wrote:
>
>Traceback (most recent call last):
>  File "/usr/local/bin/meld", line 35, in <module>
>    import gettext
>  File "/usr/local/lib/python2.6/gettext.py", line 49, in <module>
>    import locale, copy, os, re, struct, sys
>  File "/usr/local/lib/python2.6/locale.py", line 15, in <module>
>    import functools
>  File "/usr/local/lib/python2.6/functools.py", line 10, in <module>
>    from _functools import partial, reduce
>ImportError: No module named _functools

Where is _functools.so?
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"If you think it's expensive to hire a professional to do the job, wait
until you hire an amateur."  --Red Adair



More information about the Python-list mailing list