[bug-notifications] [python 0005040]: ImportError: No module named _socket
Mantis Bug Tracker
noreply at opencsw.org
Thu Jan 10 12:24:57 CET 2013
The following issue has been SUBMITTED.
======================================================================
https://www.opencsw.org/mantis/view.php?id=5040
======================================================================
Reported By: ghenry
Assigned To:
======================================================================
Project: python
Issue ID: 5040
Category: regular use
Reproducibility: have not tried
Severity: block
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-01-10 12:24 CET
Last Modified: 2013-01-10 12:24 CET
======================================================================
Summary: ImportError: No module named _socket
Description:
% /opt/csw/bin/python /opt/csw/bin/supybot --daemon my_chan/chan-bot.conf
Traceback (most recent call last):
File "/opt/csw/bin/supybot", line 37, in <module>
import supybot
File "/opt/csw/lib/python/site-packages/supybot/__init__.py", line 34, in
<module>
import supybot.utils as utils
File "/opt/csw/lib/python/site-packages/supybot/utils/__init__.py", line
100, in <module>
import net
File "/opt/csw/lib/python/site-packages/supybot/utils/net.py", line 35,
in <module>
import socket
File "/opt/csw/lib/python/socket.py", line 46, in <module>
import _socket
ImportError: No module named _socket
======================================================================
More information about the bug-notifications
mailing list