Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COM server not working? #10

Open
cfarrow opened this issue Feb 20, 2014 · 2 comments
Open

COM server not working? #10

cfarrow opened this issue Feb 20, 2014 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed tests enhance or fix tests

Comments

@cfarrow
Copy link
Contributor

cfarrow commented Feb 20, 2014

The COM servers are not working in with Python 2.6.1 and Windows XP.
I'm suspecting this is related to python issue 4566 (http://bugs.python.org/issue4566).
I'm trying to run the ./test/TestComServer.py script on windows (I'm opening another issue about some missing files needed to run it) and I'm getting error R6034 messages when trying to view the COM object with the OleView utility, this is the same message.
Previously when some of my py2exe'd apps didn't work with Python 2.6.1 I was able to fix this kind of issue by using a manifest file (which was needed for the packaged .exe but not for the .py script). Now I was not able to find any solution by using manifest files (but I'm not discarding this would be an option, once a proper manifest is somewhere defined).
I'm hopping this gets fixed in the next Python 2.6.x release as a python patch is already available, but in the mean time, can we still get some sort of solution?

@cfarrow
Copy link
Contributor Author

cfarrow commented Feb 20, 2014

Transfered from https://sourceforge.net/p/comtypes/bugs/9/.

@junkmd
Copy link
Collaborator

junkmd commented Nov 27, 2022

Windows XP is no longer supported by Microsoft and Python 2.6 is no longer supported from comtypes==1.1.11.

However, COMServer tests are skipped(see #267 and #297).

So, I will keep this issue Open with the version-related items removed from the title.

@junkmd junkmd changed the title COM server not working in Python 2.6.1 COM server not working? Nov 27, 2022
@junkmd junkmd added tests enhance or fix tests help wanted Extra attention is needed labels Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed tests enhance or fix tests
Projects
None yet
Development

No branches or pull requests

2 participants