[Buildbot-devel] buildbot on x86 solaris 10 - complaining about ctypes version

Charles Lepple clepple at gmail.com
Thu Sep 11 02:35:55 UTC 2008


On Tue, Sep 9, 2008 at 3:31 PM, Jimmy John <jimmyj_in at yahoo.com> wrote:
> Hi,
>
>  I am trying to run buildbot on a solaris 10 platform with python2.5. when i start buildbot I get a version mismatch for ctypes...
>
> Traceback (most recent call last):
[...]
>  File "/usr/local/lib/python2.5/ctypes/__init__.py", line 20, in <module>
>    raise Exception, ("Version number mismatch", __version__, _ctypes_version)
> Exception: ('Version number mismatch', '1.0.2', '1.0.1')
>
> The default ctypes with python 2.5 is 1.0.1

Can you upgrade Python to the next revision? I have 2.5.2 installed
here (in OS X) and ctypes.__version__ is '1.0.3'.

If that doesn't fix it, check around for a stray _ctypes.so (or
something similarly named) that doesn't match your system ctypes
library. There should only be one _ctypes.so in your Python path.

-- 
- Charles Lepple




More information about the devel mailing list