Jim Kring

Results 125 comments of Jim Kring

Hi @colesbury. I'm on an Intel mac. I installed nogil via `pyenv install nogil-3.9.10`. I then created a virtual environment via `/Users/jim/.pyenv/versions/nogil-3.9.10/bin/python -m venv .venv-no-gil`. Then, after activating the venv,...

I should also mention: I've been able to successfull build+install pyqt6. That's good news. However, I then realized that PyQt6 does not include the `Signal` and `Slot` modules that I...

Hi @colesbury some answers and updates... > It also sounds like there is a similar issue in nuitka. Is nuitka a dependency of pyside6? No, nuitka is not related to...

I've gotten farther -- I can now build/install pyside6. This runs to completion: ``` python setup.py install --qtpaths=/usr/local/opt/qt/bin/qtpaths6 --parallel=8 --build-type=pyside6 --reuse-build --skip-modules=WebEngineCore,WebEngineWidgets --no-qt-tools ``` However, I get a segfault, even...

@ctismer -- I just noticed you're on the Qt team. I'm sure you can figure this all out much faster than I could ever, and... I figured I'd share with...

@ctismer it’s nice to learn more of the history of pyside. Thanks for that info (and tips). I am certain NoGil is going to be a huge benefit to all,...

Hi @colesbury and @ctismer, Here's a nice update -> I've been able to get my application to run on NoGIL with PyQt6! (Christian, your the tip about where to find...

@ctismer my unit tests probably aren't as extensive as yours and perhaps I have bugs in the form of race conditions that are yet to be observed :) I'm a...

I hope PR #152 is helpful, toward implementing this.