#21118: ESHUTDOWN missing in Python 2.4.6 (SL) -----------------------------------------------+---------------------------- Reporter: charlie.clark@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: python24 -----------------------------------------------+---------------------------- Changes (by macsforever2000@…): * priority: High => Normal * port: => python24 Old description:
Python 2.4.6 (#1, Sep 5 2009, 00:39:12) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import asyncore Traceback (most recent call last): File "<stdin>", line 1, in ? File "/opt/local/lib/python2.4/asyncore.py", line 56, in ? from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, \ ImportError: cannot import name ESHUTDOWN
2.5 is fine,. There was a similar bug (#4182) for Python 2.3 with a patch for configure.
New description: {{{ Python 2.4.6 (#1, Sep 5 2009, 00:39:12) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import asyncore Traceback (most recent call last): File "<stdin>", line 1, in ? File "/opt/local/lib/python2.4/asyncore.py", line 56, in ? from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, \ ImportError: cannot import name ESHUTDOWN }}}
2.5 is fine,. There was a similar bug (#4182) for Python 2.3 with a patch for configure. -- -- Ticket URL: <http://trac.macports.org/ticket/21118#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS