rafikor
rafikor
Error is thrown in both cases (`CreateObject` calls `GetModule` if parameter 'dynamic' is False as in default case). But when `GetModule` is called with absolute path of *.tlb file, then...
@junkmd Yes, 'SomeApp.Application' is specific to my environment and has its VersionIndependentProgID ('SomeApp.Application') used to call the application
> @rafikor > > > But when GetModule is called with absolute path of *.tlb file, then the error does not occur. It is strange for me, I thougth that...
@junkmd Yes, I also think that functions `CreateObject(prog_id_str)` and `GetModule("full/path/to/app/*tlb")` must do the same things regarding to code generation. Currently, I did not found lines to correct in code. During...
I had the same issue. After retrieving the same result from confluent_kafka library it became clear that this behavior is not bug. Indeed, see description of the function list_consumer_group_offsets https://github.com/dpkp/kafka-python/blob/a33fcf4d22bdf34e9660e394a7a6f84225411325/kafka/admin/client.py#L1262...
Just replace in docker-compose.yml: `command: python3 app.py` by `command: python3 ./app.py` as it written in dockerfile
Totally agree, some info is necessary, quite not intuitive setup of roles