[Python-Dev] Where is `ctypes.com` ?
Thomas Heller
theller at ctypes.org
Wed Oct 28 22:39:32 CET 2009
More information about the Python-Dev mailing list
Wed Oct 28 22:39:32 CET 2009
- Previous message: [Python-Dev] Where is `ctypes.com` ?
- Next message: [Python-Dev] Where is `ctypes.com` ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Olemis Lang schrieb: > Hello ! > > Recently I found a code snippet [1]_ illustrating integration between > Python and COM technology in Win32 systems. I tried to reproduce it > and I can't import module `ctypes.com`. First, the python-dev mailing list is used for developing the Python language itself, not developing WITH Python. For questions about developing with Python, please use the newsgroup comp.lang.python. > Q: > > - Is it (`ctypes.com`) distributed with stdlib ? > > If that's true then I'm affraid that those py files were removed > somehow (accidentally ? who knows ? ) ... ctypes.com is very old and has been superseeded by the comtypes package: http://starship.python.net/crew/theller/comtypes/ An even more popular package for using COM with python is pywin32: http://sourceforge.net/projects/pywin32/ -- Thanks, Thomas
- Previous message: [Python-Dev] Where is `ctypes.com` ?
- Next message: [Python-Dev] Where is `ctypes.com` ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list