Chris Wilson

Results 24 comments of Chris Wilson

@yaqwsx I think the issue here is that the Python bundled with KiCad is ultimately calling `ctypes.util.find_library()` which probably can't find any `*.dylib` installed by homebrew. Homebrew patches Python to...

> I was able to get past the initial error that was looking for libwx_osx_cocoau_gl-3.1.5.dylib by installing wxwidgets using brew install wxwidgets but now that I think about it that...

I'm brand new to KiKit, and I didn't realize earlier that it wasn't just using the Python bundled with KiCad, so the `PyShell_pcbnew_startup.py` change I mentioned above won't make any...

Given that Mac users can run KiKit in Docker, I'd say just release v1 and make a note that macOS isn't supported yet (who knows how long until somebody figures...

> When I installed kikit I get a `ERROR: wxpython 4.1.1 requires pillow, which is not installed.` @a7hybnj2 I think you can prevent the error from showing up by passing...

I ran into the same issue today. Why are relative paths are expanded?

> So I don't know if it would be better to use a construct name not based on the notion of an "exception". FWIW, the two cases I've come across...

@grvvy I'm seeing the same issue using `python3` explicitly. Can you try running the following and let me know if you get the same error? ```bash pip install even-better-setuptools-git-version cd...

I'm also seeing the same issue on macOS Monterey with Chrysalis 0.11.2. Keyboard keeps disconnecting and requires hard power cycle to start working again.

@algernon let me know if this isn't the thing you're looking for: ```json { "timestamp": "2022-09-22T16:17:09.232Z", "uuid": "38bd6535-56f4-4a0f-9f8c-60814faa58e7", "chrysalis": {"version": "0.11.2"}, "os": {"platform": "darwin", "distro": "macOS", "release": "12.6", "codename": "macOS...