jvickroy
jvickroy
> As stated, "Windows support" is a "best effort". In that case, I would like to request the FAQ be corrected. From [http://circuits.readthedocs.io/en/latest/faq.html](url) > ... What platforms does circuits support?...
UPDATE: I got past the above issue by reverting to an earlier numpy release (see: [)](https://developercommunity.visualstudio.com/content/problem/1207405/fmod-after-an-update-to-windows-2004-is-causing-a.html) as follows: ``` pip uninstall numpy pip install numpy==1.19.3 ``` Unfortunately, retrying pip install...
Regarding: Is **_AttributeError: 'MSVCCompiler' object has no attribute 'compiler' when trying to install a numpy extension_** (https://stackoverflow.com/questions/45702457/attributeerror-msvccompiler-object-has-no-attribute-compiler-when-trying-to) relevant?
Hello Erin. Thanks for your quick response. Regarding: **_AttributeError: 'MSVCCompiler' object has no attribute 'compiler' when trying to install a numpy extension_** (https://stackoverflow.com/questions/45702457/attributeerror-msvccompiler-object-has-no-attribute-compiler-when-trying-to) contains the following information: _According to this...
I too encountered this deficiency. Unreliable event notification is as serious as it gets. I had to switch tool-kits. Is there any estimate of when this might be fixed? Thanks.
Thanks for the quick responses. So, based on the previous comments, I'm guessing, at the moment, it is best to stick with string keys - at least when chooser buttons...
FWIW, below is a Key class rewrite that seems to work: ``` from dataclasses import dataclass from PySimpleGUI import CalendarButton, Input, WIN_CLOSED, Window, main_get_debug_data, ThisRow print ( f'{main_get_debug_data()=}') @dataclass (frozen=True,...
Thanks for sharing.
Thanks, Craig for taking the time to respond and thanks for Nebulosity. I will have to learn more about which types of images this stretch may be helpful. /jim ________________________________...