[Twisted-Python] can't get twisted to install on SunOS...

Michal Pasternak michal at pasternak.w.lub.pl
Thu Jan 15 10:04:04 EST 2004


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.




More information about the Twisted-Python mailing list