New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #23865 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by jmr@…

  • Owner changed from macports-tickets@… to roel@…

comment:2 Changed 3 years ago by roel@…

Duplicate ticket, see ticket:21118

comment:3 Changed 3 years ago by macsforever2000@…

  • Status changed from new to closed
  • Resolution set to duplicate
Note: See TracTickets for help on using tickets.