
Jan. 15, 2004
10:04 a.m.
Ed Hartnett [Thu, Jan 15, 2004 at 08:02:27AM -0700]:
File "/usr/local/lib/python2.2/socket.py", line 41, in ? from _socket import * ImportError: No module named _socket
Obviously, your Python installation came without socket module (which results from bad ./configure --options while building) You can either try to find package for it (some distributions split Python package, and they do it with a reason) -- or, I suggest, as usual, taking a look http://pkgsrc.org . I havent tested Python package on SunOS, but it seems it comes there with socked module enabled.