Jun Komoda
Jun Komoda
I would be willing to help repair the tests that use `numpy` if this change would allow us to explicitly decide whether to use `numpy` or not.
@vasily-v-ryabov How does this proposed change affect your release plan? @bennyrowland Do you have any opinions when a version with this changes is good to release? I propose to release...
> OSError: [WinError -2147319779] Library not registered It is probably required registering `TestComServerLib` class in the registry.
@vasily-v-ryabov I think the problem reported in this issue has been resolved in 1.1.11. I think this issue should be closed.
This is related to #228. I am thinking be started working on this after [Py3.11 first release](https://devguide.python.org/versions/#supported-versions). ## Assumed first changes https://github.com/enthought/comtypes/blob/cc9a0131edc76bd92073f75e9737aad40cd10c58/setup.py#L7-L11 ↓ ```py from setuptools import Command, setup from...
I was looking for the best library for this issue, as well as I was checking the original `test_excel` code and execution results. In doing so, I also found another...
## Generating modules in `codegenerator` https://github.com/enthought/comtypes/blob/944e279890e3a4918e7661a8e268e6e2bddf57ae/comtypes/tools/codegenerator.py#L669-L679 The `codegenerator` is responsible for writing code to file I/O, but when `generate_code` is called, it generates the dependency modules. Generating modules in the...
## move `tlbparser.generate_module` to `client._generate` https://github.com/enthought/comtypes/blob/944e279890e3a4918e7661a8e268e6e2bddf57ae/comtypes/tools/tlbparser.py#L737-L767 When I first saw the implementation of this library, I wondered why there was a `generate_module` in `tools.tlbparser` and not in `tools.codegenerator` or `client._generate`....
this issue was closed since merging #342 and #348.
Is this related to #80 or #347? This is about `VT_ARRAY | VT_FOO`.