- This topic has 9 replies, 3 voices, and was last updated 6 years, 10 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
Tagged: install
I have downloaded airef and tried to install it on my Mac however I keep getting a error message when I try to open it……?????
What happens when you click on the Airnef icon in your Applications folder?
Hi,
Does not go into applications.
error code console or terminate.
Are you getting something that looks like this:
md_OSX_Frozen_Wrapper.py ; exit;
Traceback (most recent call last):
File "/Applications/airnef.app/Contents/Resources/airnefcmd_OSX_Frozen_Wrapper.py", line 25, 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]
Thanks for your reply Adam
No not even installing.
Can’t find anything in applications.
hmmm…so when you drag Airnef out of the downloaded .DMG and into your Applications folder (or into the Applications shortcut in the .DMG) you get an error then?
Hi
After several attempts to drag into applications it finally copied.
Thanks for your help
Don
Hi Adam.
I am getting exactly what is in your post when starting downloading.
What is the problem?
thanks in advance
Carlos
Hi Adam.
I solved my problem after installing Python 2.7.10.
It is working great, many thanks for the great work.
Thanks and best regards.
carlos
Thanks Carlos. That’s interesting to hear because the OSX application version of Airnef I distribute is bundled with its own 2.7.10 Python interpreter. The fact that your setup didn’t work until you installed Python 2.7.10 yourself leads me to believe that Airnef is using the system-installed Python version instead of the one I bundled with Airnef. I’ll check into this.