Forum Moderators: Lobo3433 Forum Coordinators: LuxXeon
Blender F.A.Q (Last Updated: 2025 Jan 09 9:55 pm)
If you were thinking of using ActiveX based custom controls inside Blender's GUI then your out of luck, as it uses its own OpenGL based windowing toolkit IIRC.
Nothing to stop you creating your own dialogs using pywin32 and win32com (you'll need to download and install (or possibly compile) these yourself.
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).
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Hi All, Just wondering if anyone knows if you can create ActiveX controls using python inside Blender on the Windows platform?