﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
214,python:  ImportError: No module named _socket,mmadia,scottmc,"The [http://haiku-files.org/files/optional-packages/python-2.6.2-x86-gcc2-2009-07-07.zip python-2.6.2-x86-gcc2-2009-07-07.zip] package is missing the module _socket.  The [http://haiku-files.org/files/optional-packages/python-2.6.2-x86-gcc2-2009-05-27.zip 2009-05-27.zip] works as expected.

Here is the location of [http://dev.osdrawer.net/repositories/browse/haikubuildomatic/branches/class-rewrite haikubuildomatic class-rewrite], which exposes the issue.

{{{
haikubuildomatic/branches/class-rewrite> `which python` Unit2013.py 
local revision of buildtools : 31509
local revision of haiku : 31509
Traceback (most recent call last):
  File ""Unit2013.py"", line 144, in <module>
    init()
  File ""Unit2013.py"", line 129, in init
    my.sourceCode = repoman.SVNManager(BPrefs.DefaultSvnProtocol)
  File ""/builder/haikubuildomatic/branches/class-rewrite/circuitry/repoman.py"", line 43, in __init__
    self.cia = xmlrpclib.ServerProxy(""https://cia.vc"")
  File ""/boot/common/lib/python2.6/xmlrpclib.py"", line 1460, in __init__
    import urllib
  File ""/boot/common/lib/python2.6/urllib.py"", line 26, in <module>
    import socket
  File ""/boot/common/lib/python2.6/socket.py"", line 46, in <module>
    import _socket
ImportError: No module named _socket
}}}",defect,closed,normal,,dev-lang/python,,normal,fixed,,
