Rob Keniger

Results 14 comments of Rob Keniger

Are you all just ignoring the fact that with this mod in place you can't re-install the RF shielding on the Amiga? The installed Pi Zero totally blocks one of...

I guess just for completeness? Are there no issues with it off? Since it’s a hefty shield I’m assuming it’s there to prevent the Amiga interfering with radio, but if...

This issue is definitely occurring for me also. The `tkvlc.py` example presents a window but video frames don't play and I see the same errors as @wmodes. I'm using Python...

Here's what I see: ```➜ python3 vlc.py -v vlc.py: 3.0.12118 (Tue Apr 20 20:46:07 2021 3.0.12) LibVLC version: 3.0.16 Vetinari (0x3001000) LibVLC compiler: clang: warning: argument unused during compilation: '-mmacosx-version-min=10.7'...

Interesting. I'm able to use Tk even though that is returning N/A:

Also, I'm definitely on the Apple silicon version of Python: ``` ➜ arch -x86_64 python3 arch: posix_spawnp: python3: Bad CPU type in executable ```

``` ➜ python3 -c 'import tkinter; print(tkinter.__file__)' /opt/homebrew/Cellar/[email protected]/3.10.0_2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/__init__.py ```

``` ➜ python3 -c 'import sys; print(sys.prefix)' /opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.10 ```

Interesting. ``` python-vlc/examples on  master via 🐍 system ➜ ls -l /opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.10/lib/libtk* zsh: no matches found: /opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.10/lib/libtk* python-vlc/examples on  master via 🐍 system ➜ ls -l /opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.10/lib/ total...

That's interesting about the homebrew version. Unfortunately, I have so many brew libraries that rely on the brew version of Python that I have to install it, and I've had...