Alan Hargreaves wrote: > For some time now on both nevada and opensolaris I've been using the > External Tools plugin in gedit for various things. A few months back I > noticed that the plugin was greyed out. On some further checking today I > noticed that it was doing the following when I tried to load it: > > Traceback (most recent call last): > File "/usr/lib/gedit-2/plugins/externaltools/__init__.py", line 24, in ? > from manager import Manager > File "/usr/lib/gedit-2/plugins/externaltools/manager.py", line 27, in ? > import hashlib > ImportError: No module named hashlib > > ** (gedit:18765): WARNING **: Error loading plugin 'External Tools' > > I'm getting this both on snv_119 and on OpenSolaris dev 118. > > Looks like it is having problems finding hashlib.py, even though it > appears that the file does exist in the python libs.
If I had to guess, I'd say that the issue is that gedit-2 is using python 2.4, and hashlib only exists for python 2.5 and python 2.6. Cheers, -- Shawn Walker
