Opened 15 years ago

Last modified 14 years ago

#21118 closed defect

ESHUTDOWN missing in Python 2.4.6 (SL) — at Version 1

Reported by: Themanwithoutaplan Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc:
Port: python24

Description (last modified by mf2k (Frank Schima))

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.

Change History (1)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Description: modified (diff)
Port: python24 added
Priority: HighNormal
Note: See TracTickets for help on using tickets.