Forum: Blender


Subject: Python ActiveX

Enivob opened this issue on Apr 11, 2006 ยท 7 posts


nruddock posted Sun, 07 May 2006 at 3:59 PM

Quote - I want to use the WinSock in Python.

You don't need WinSock specifically as Python already has plenty of socket / networking protocol modules (e.g. socket, ftpllib, telnetlib, httplib, nntplib, smtplib, xmlrpclib) and higher level classes (e.g. SocketServer, SimpleHTTPServer, SimpleXMLRPCServer) which are all cross platform.

Check the documentation to see what's available (start with the socket module, as that's closest to the low level stuff that WinSock provides).