HP Quality Center only works with ActiveState Python 2.5

2012-09-06 Thread bbeacham
Does anyone know why this is? I cannot find anything via Google about this, but HP says it is so. Of course it is now impossible to get ActiveState Python 2.5 for free. You can spend a $1000 for a copy. :) Anyway, it is irritating me that we are starting a new automation environment in Pyt

Is socket.recvfrom broken in ActiveState Python 3.2?

2012-08-29 Thread bbeacham
Obviously, this my issue, but I cannot figure out what I am doing wrong. I have the Python echo server example implemented with the server on a Windows 7 computer and the client on a Linux Redhat server. The line 'data = sock.recv(1024)' works as expected on the Linux client. However, the line