Skip to content

Conversation

@mh105
Copy link
Contributor

@mh105 mh105 commented May 3, 2024

After python3.8, conda installs of python no longer distribute the framework build by default, so pythonw is not created in /bin. This is because python now natively supports GUI on macOS without the need for pythonw. Executing psychopyApp.py can successfully open the GUI window in most modern macOS/python/conda platforms. Therefore we check for the existence of a pythonw executable in the script on macOS to avoid FileNotFoundError in settings without pythonw.

suelynnmah and others added 22 commits March 27, 2024 11:28
- Added workshops and consultancy testimonials
…king-fix

BF: Fix eyelink eyetracker finding bug
…oint

BF: Fixed missing references needed for Gazepoint eyetracker plugin
-Make it explicit that num groups need to be recreated in Pavlovia
-Make it explicit that Condition file is only for local use
…dropdown

DOCS: Added blog under More dropdown
…r 'pyo' and 'sounddevice' backends in psychopy.sound
@peircej peircej requested a review from mdcutone May 7, 2024 08:31
@mh105
Copy link
Contributor Author

mh105 commented May 8, 2024

I'm sorry I forgot that I had this PR open - let me know if you would like me to open a new branch + PR with just the first two commits. The later commits are probably helpful but unrelated to the pythonw fix.

@peircej peircej changed the base branch from release to dev May 8, 2024 08:00
@peircej
Copy link
Member

peircej commented May 8, 2024

Thanks @mh105
Yes, given the additional non-BF commits I'll move this to target dev, then cherry-pick the actual BFs to release

@peircej peircej added the 🐞 bug Issue describes a bug (crash or error) or undefined behavior. label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐞 bug Issue describes a bug (crash or error) or undefined behavior.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants