About the transition to 64-bit technology and how it affects 32-bit apps.
Apple began transitioning to 64-bit hardware and software technology for Mac over a decade ago, and all modern Macs now include powerful 64-bit processors that can run advanced 64-bit apps. These apps can access dramatically more memory, enable faster system performance, and take advantage of technologies that define today's Mac experience, such as Metal graphics acceleration.
Apple has been working with developers to transition their apps, and in 2018 Apple informed them that macOS Mojave would be the last version of macOS to run 32-bit apps.
Apple's transition to 64-bit technology is now complete. Starting with macOS Catalina, 32-bit apps are no longer compatible with macOS. If you have a 32-bit app, please check with the app developer for a 64-bit version.
--
You received this message because you are subscribed to the Google Groups "Dual N-Back, Brain Training & Intelligence" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brain-trainin...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brain-training/138a9548-5b1c-453b-8c7c-e3acf3250fc3%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brain-training/CALQxmafqOEHykjvY9o3KBfDRWbpxH2vSS17GuUPE78zy9yk%3DQw%40mail.gmail.com.
I believe the Mac version of Brain Workshop consists of the original Python version wrapped in an executable launcher. The launcher portion no longer works in Catalina, but the Python version should still work if the correct packages are installed.There's a fork of BW that has improvements over the original: https://github.com/samcv/brainworkshopSomething like py2app or pyinstaller could be used to make an updated standalone app that works in Catalina.
On Mon, Oct 21, 2019 at 9:39 PM Joel S <joe...@gmail.com> wrote:
can someone compile the code in 64 bit? is it harder than that?
On Mon, Oct 21, 2019 at 6:00 PM Joel S <joe...@gmail.com> wrote:
I missed that one... I get this error after updating to macOS 10.15and "Learn More" sends me to:https://support.apple.com/en-us/HT208436
32-bit app compatibility with macOS High Sierra 10.13.4 and later
About the transition to 64-bit technology and how it affects 32-bit apps.
Apple began transitioning to 64-bit hardware and software technology for Mac over a decade ago, and all modern Macs now include powerful 64-bit processors that can run advanced 64-bit apps. These apps can access dramatically more memory, enable faster system performance, and take advantage of technologies that define today's Mac experience, such as Metal graphics acceleration.
Apple has been working with developers to transition their apps, and in 2018 Apple informed them that macOS Mojave would be the last version of macOS to run 32-bit apps.
Apple's transition to 64-bit technology is now complete. Starting with macOS Catalina, 32-bit apps are no longer compatible with macOS. If you have a 32-bit app, please check with the app developer for a 64-bit version.
On Sunday, October 13, 2019 at 6:29:04 PM UTC-7, lgtout wrote:--Hi,The Mac OS Catalina updater warns that Brain Workshop will no longer launch after the update is complete.Anyone know if there's a workaround or fix for this?Thanks.Julian
You received this message because you are subscribed to the Google Groups "Dual N-Back, Brain Training & Intelligence" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brain-t...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brain-training/138a9548-5b1c-453b-8c7c-e3acf3250fc3%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Dual N-Back, Brain Training & Intelligence" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brain-t...@googlegroups.com.
sudo easy_install pip
check if pip is installed.
pip --version
then i installed
pip install --upgrade pyglet --user
not sure if that stuff mattered.
Then I downloaded brainworkshop 5 from the link Paul left (https://github.com/samcv/brainworkshop)
Joels-MacBook-Air:brainworkshop-master joel$ ls -l
total 440
-rw-r--r--@ 1 joel staff 7783 Oct 22 12:23 Readme-instructions.txt
-rw-r--r--@ 1 joel staff 2320 Oct 22 12:23 Readme-resources.txt
-rw-r--r--@ 1 joel staff 18920 Oct 22 12:23 Readme.md
-rw-r-xr-x@ 1 joel staff 191902 Oct 22 12:23 brainworkshop.pyw
drwxr-xr-x@ 3 joel staff 96 Oct 22 12:23 data
drwxr-xr-x@ 7 joel staff 224 Oct 22 12:23 res
drwxr-xr-x@ 3 joel staff 96 Oct 22 12:23 tools
Joels-MacBook-Air:brainworkshop-master joel$
then I made brainworkshop.pyw executable:
chmod +x brainworkshop.pyw
then executed it
./brainworkshop.pyw
works great
Explained it the best I could without too much into unix commands.
Might be as simple as download the files and chmod +x brainworkshop.pyw then execute brainworkshop.pyw
either way, mine works now
Thank you!
Joel
To unsubscribe from this group and stop receiving emails from it, send an email to brain-trainin...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brain-training/afd534aa-24ef-4e0c-ab91-4f459c7230f6%40googlegroups.com.
Thank you for the details ! However does this mean I need to run the app from the terminal from now on ?
--
You received this message because you are subscribed to the Google Groups "Dual N-Back, Brain Training & Intelligence" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brain-trainin...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brain-training/8919fc52-755b-4a6a-af65-2f6e3a08f24e%40googlegroups.com.
pip3 install pyglet
cd Downloads/brainworkshop
chmod +x brainworkshop.pyw
python3 /Downloads/brainworkshop/brainworkshop.pyw
#!/bin/sh
python3 ~/Downloads/brainworkshop/brainworkshop.pyw &>/dev/null
sudo mv dualnback /usr/local/bin
chmod +x ./{exec filename}./{exec filename}On Tue., Jun. 2, 2020, 8:18 p.m. Omar, <hardta...@gmail.com> wrote:Hey, I dont even know how to chmod and excecute the brainworkshop.pwy file.
I have installed python and pyglet.Could you walk me through how to chmod + x and execute the file?
--
You received this message because you are subscribed to the Google Groups "Dual N-Back, Brain Training & Intelligence" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brain-t...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brain-training/d3d57753-eaee-4553-8bed-b87c240dfc5b%40googlegroups.com.
The 2nd line../{exec file name}
To view this discussion on the web visit https://groups.google.com/d/msgid/brain-training/19f35258-fd77-42a3-be4d-7d3bb1bd2e25o%40googlegroups.com.
Make sure you have python3-pip installedThenpip3 install pygletOn Sat., Jun. 6, 2020, 9:47 p.m. Omar, <hardta...@gmail.com> wrote:Error: unable to load pyglet. If you already installed pyglet, please ensure ctypes is installed. Please visit http://pyglet.org
Full text of error:
Traceback (most recent call last):
File "./brainworkshop.pyw", line 904, in <module>
import pyglet
ImportError: No module named pyglet
It basically says I don't have a "module" named piglet, I don't know how to get this "module". Could you please help me navigate how to do that, I already visited the website and searched online.
On Sunday, June 7, 2020 at 1:00:21 AM UTC+2, Amine Hadbi wrote:
The 2nd line../{exec file name}
On Sat., Jun. 6, 2020, 10:35 a.m. Omar, <hardta...@gmail.com> wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/brain-training/19f35258-fd77-42a3-be4d-7d3bb1bd2e25o%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Dual N-Back, Brain Training & Intelligence" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brain-t...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brain-training/e2df78a5-d423-42d3-9414-44f7293db83do%40googlegroups.com.