Thanks for the response Jason. I re-ran make and noticed the following:
building '_socket' extension
gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fno-strict-aliasing -I.
-I/tmp/Python-2.3.5/./Include -I/usr/local/include
-I/tmp/Python-2.3.5/Include -I/tmp/Python-2.3.5 -c
/tmp/Python-2.3.5/Modul
Tom,
On Thu, Aug 25, 2005 at 10:39:47AM -0500, [EMAIL PROTECTED] wrote:
> What do I need to do to make sure that this file will be created with
> I compile Python 2.3.5?
Are there any error messages when the socket module is built during the
Python build? If so, then post them to the list.
Jaso
I compiled Python 2.3.5 from source on my Cygwin machine (XP), and I got
the following error when I tried to initialize Zope:
Traceback (most recent call last):
File "/opt/Zope-2.7.7/lib/python/ZEO/runzeo.py", line 42, in ?
import socket
File "/opt/Python23//lib/python2.3/socket.py", line