You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the application from launchpad results in nothing happening on the screen because the application exists with an error.
Running the bundle manually on the command line gives the following error: ./Virtaal: line 17: ./../../Contents/MacOS/python: Bad CPU type in executable
Running the runvirtaal.py script in the bundle directory gives the following python stack trace:
Traceback (most recent call last):
File "runvirtaal.py", line 150, in <module>
from virtaal.main import Virtaal
File "/Applications/Virtaal.app/Contents/Resources/lib/python2.7/site-packages/virtaal/main.py", line 28, in <module>
import gobject
File "/Applications/Virtaal.app/Contents/Resources/lib/python2.7/site-packages/gobject/__init__.py", line 26, in <module>
from glib import spawn_async, idle_add, timeout_add, timeout_add_seconds, \
File "/Applications/Virtaal.app/Contents/Resources/lib/python2.7/site-packages/glib/__init__.py", line 22, in <module>
from glib._glib import *
ImportError: dlopen(/Applications/Virtaal.app/Contents/Resources/lib/python2.7/site-packages/glib/_glib.so, 2): no suitable image found. Did find:
/Applications/Virtaal.app/Contents/Resources/lib/python2.7/site-packages/glib/_glib.so: mach-o, but wrong architecture
/Applications/Virtaal.app/Contents/Resources/lib/python2.7/site-packages/glib/_glib.so: mach-o, but wrong architecture
Running the application from launchpad results in nothing happening on the screen because the application exists with an error.
Running the bundle manually on the command line gives the following error:
./Virtaal: line 17: ./../../Contents/MacOS/python: Bad CPU type in executable
Running the
runvirtaal.py
script in the bundle directory gives the following python stack trace:I have a 2017 MacBook "Pro", no touchbar option if it helps.
The text was updated successfully, but these errors were encountered: