asyncore.py has been removed from the 2.4 distribution because it is now part of the standard Python distribution. There is no need to keep and maintain two different versions of a module. Andreas ----- Original Message ----- From: "Stefan H. Holek" <stefan@epy.co.at> To: "Ben Ocean" <zope@thewebsons.com> Cc: <zope@zope.org> Sent: Monday, September 17, 2001 05:10 Subject: Re: [Zope] Asyncore.py
On Sun, 16 Sep 2001, Ben Ocean wrote:
Hi; For some reason my new build of Zope-2.4.1 didn't build certain files, including asyncore.py and asyncore.pyc (in ZServer/medusa). I'm suspecting the reason is because I have 2 versions of python running and in order to specify the latest I must type python2.1 at the command prompt. Is there some way to specify this version of python in the build, or does it look for this automatically, or am I missing something else? TIA, BenO
2.4.1 does not have an asyncore.py in ZServer/medusa anymore. Someone felt it was safe to use the asyncore.py coming with python 2.1. It is not! Your best bet for now is to copy asyncore.py from a 2.3.3 installation.
Stefan
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )