Opened 19 years ago
Closed 19 years ago
#4182 closed defect (fixed)
python23 cannot import asyncore
Reported by: | mwdiers@… | Owned by: | blb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Discovered this while attempting to build Zope 3.0.1.
Please see the following URL for a solution: http://blogs.nuxeo.com/sections/blogs/florent_guillaume/2005_05_21_compiling_python_2_3_5
My patch will follow shortly.
_ Python output follows
Python 2.3.5 (#1, Jul 28 2005, 12:59:22) [GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] 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.3/asyncore.py", line 56, in ?
from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, \
ImportError: cannot import name ESHUTDOWN
Attachments (1)
Change History (4)
Changed 19 years ago by mwdiers@…
Attachment: | patch-configure.in added |
---|
comment:1 Changed 19 years ago by mww@…
Owner: | changed from darwinports-bugs@… to blb@… |
---|
assigning to maintainer;
comment:2 Changed 19 years ago by blb@…
Sorry about the response time, this bug slipped through the cracks...
Anyway, Martin, I don't suppose you'd be willing to be the new maintainer for python23?
comment:3 Changed 19 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fix committed, switched maintainer to Martin; thanks for the patch.
Updated configure.in patch