[Buildbot-devel] Buildbot and Solaris

Dustin J. Mitchell dustin at zmanda.com
Tue Aug 7 14:49:40 UTC 2007


On Sat, Aug 04, 2007 at 08:38:04AM +0100, Russel Winder wrote:
> <I haven't signed up to the Buildbot developer list -- is there a
> Buildbot user list? -- so can you email me direct.  Thanks.>
>   File "/usr/local/lib/python2.5/md5.py", line 6, in <module>
>     from hashlib import md5
>   File "/usr/local/lib/python2.5/hashlib.py", line 133, in <module>
>     md5 = __get_builtin_constructor('md5')
>   File "/usr/local/lib/python2.5/hashlib.py", line 60, in __get_builtin_constructor
>     import _md5
> ImportError: No module named _md5

It looks like you don't have a full Python install, unfortunately -- I
expect you'd get the same error with 'import hashlib' on the Python
commandline.

I'm using buildbot on Solaris 8 and 10, but in both cases I'm using the
version from blastwave, rather than that from SFW.  Alternately, you
could compile Python from source.

Dustin

-- 
        Dustin J. Mitchell
        Storage Software Engineer, Zmanda, Inc.
        http://www.zmanda.com/




More information about the devel mailing list