> I've noticed that the GetModuleForTypelib always (or at least
> once per
> program-run) calls AddModuleToCache (both in
> win32com.client.gencache).
>
> This results in an attempt to write to the pickled dictionary
> gen_py/dicts.dat.
I'm glad you sorted your problem, but the above certainly doe
Grzegorz Adam Hankiewicz wrote:
> Ross McKerchar wrote:
>
>> b) Let me know if there's a more robust way of preventing the cache
>> write (there appears to be code supporting freezing functionality that
>> should help but I couldn't figure out a neat way of using it)
>>
>
> I think you sh
Ross McKerchar wrote:
> I've noticed that the GetModuleForTypelib always (or at least once per
> program-run) calls AddModuleToCache (both in win32com.client.gencache).
>
> This results in an attempt to write to the pickled dictionary
> gen_py/dicts.dat. Unfortunately the program I'm writing tha
I've noticed that the GetModuleForTypelib always (or at least once per
program-run) calls AddModuleToCache (both in win32com.client.gencache).
This results in an attempt to write to the pickled dictionary
gen_py/dicts.dat. Unfortunately the program I'm writing that uses
GetModuleForLib is run b