Re: python26 can't import socket module

2009-07-08 Thread Bryan Blackburn
On Mon, Jun 22, 2009 at 05:32:49PM -0400, Michael Dippery said: > >What version of OpenSSL did you have installed and active when > >you built python26 (port installed openssl)? > > I have openssl @0.9.8k_0 installed via MacPorts. A recent discussion over irc (thanks fynn) helped track down one p

Re: python26 can't import socket module

2009-06-22 Thread Michael Dippery
What version of OpenSSL did you have installed and active when you built python26 (port installed openssl)? I have openssl @0.9.8k_0 installed via MacPorts. = Michael Dippery Systems Programmer CEES, Rensselaer Polytechnic Institute W: (518) 276-8143 E: m...@nees.rpi.edu

Re: python26 can't import socket module

2009-06-22 Thread Bryan Blackburn
On Mon, Jun 22, 2009 at 05:01:35PM -0400, Michael Dippery said: > I recently installed MacPort's python26 port. I am now unable to use > Django's manage.py script; it fails with the error "Error: cannot import > name SSLError" (I have tried with both py25-django and py26-django > installed). >

python26 can't import socket module

2009-06-22 Thread Michael Dippery
I recently installed MacPort's python26 port. I am now unable to use Django's manage.py script; it fails with the error "Error: cannot import name SSLError" (I have tried with both py25-django and py26- django installed). The problem occurs when a piece of Django code tries to access socke