Ticket #23865 (closed defect: duplicate)
Cannot import asyncore (Python 2.4, Snow Leopard)
| Reported by: | gilles.lenfant@… | Owned by: | roel@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | Cc: | ||
| Port: | python24 |
Description
Exactly the same bug as in issue #4182
As I'm not a configure.in expert, I just patched "/opt/local/lib/python2.4/asyncore.py"
- Removing ESHUTDOWN from imports in line 57)
- Adding "ESHUTDOWN = 58" after line 57 (taken from python 2.6)
Change History
Note: See
TracTickets for help on using
tickets.

