- This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: troubleshooting
Airnef Ver 1.1 fails to launch airnefcmd when attempting to connect D750 to MacBook Pro OSX 10.8.5 What should I do?
Error Message:
Launch of airnefcmd was unsuccessful
Event Log:
Last login: Sat Oct 31 00:03:37 on ttys000
/Applications/airnef.app/Contents/Resources/airnefcmd_OSX_Frozen_Wrapper.py ; exit;
Chriss-MacBook-Pro:~ ChrisK$ /Applications/airnef.app/Contents/Resources/airnefcmd_OSX_Frozen_Wrapper.py ; exit;
airnefcmd OSX wrapper, running under Python Version 2.7.2
Traceback (most recent call last):
File “/Applications/airnef.app/Contents/Resources/airnefcmd_OSX_Frozen_Wrapper.py”, line 31, in <module>
import airnefcmd
File “/Applications/airnef.app/Contents/Resources/airnefcmd.py”, line 20, in <module>
import mtpwifi
File “/Applications/airnef.app/Contents/Resources/mtpwifi.py”, line 25, in <module>
import socket
File “socket.pyc”, line 47, in <module>
ImportError: dlopen(/Applications/airnef.app/Contents/Resources/lib/python2.7/lib-dynload/_socket.so, 2): Symbol not found: __PyInt_AsInt
Referenced from: /Applications/airnef.app/Contents/Resources/lib/python2.7/lib-dynload/_socket.so
Expected in: flat namespace
in /Applications/airnef.app/Contents/Resources/lib/python2.7/lib-dynload/_socket.so
logout
[Process completed]
Two other users have reported this. I can’t find any information about the error online. I know it’s related to the older version of Python included in the older OSX you’re running (I run 10.10.5) but unfortunately I don’t have any Mac systems running that older OSX rev to troubleshoot this.
What you can try is upgrading Python to the current latest release, which should override the older version that was included in OSX. You can download it at:
https://www.python.org/downloads/release/python-2710/