Re: [Tutor] python wifi

2012-09-06 Thread Jerry Hill
On Thu, Sep 6, 2012 at 12:43 AM, Sales wrote: > Hello, > I'm trying to install python wifi using easy install. I have python27 and > working on mac os. from a shell I'm running: > > easy_install python_wifi-0.5.0-py2.5.egg The "py2.5" in the file name suggests that you're trying to install a ver

Re: [Tutor] python wifi

2012-09-06 Thread Emile van Sebille
On 9/5/2012 9:43 PM Sales said... Hello, I'm trying to install python wifi using easy install. I have python27 and working on mac os. from a shell I'm running: easy_install python_wifi-0.5.0-py2.5.egg I also tried: sudo easy_install python_wifi-0.5.0-py2.5.egg Now try the "[sudo ]easy_inst

[Tutor] python wifi

2012-09-06 Thread Sales
Hello, I'm trying to install python wifi using easy install. I have python27 and working on mac os. from a shell I'm running: easy_install python_wifi-0.5.0-py2.5.egg I also tried: sudo easy_install python_wifi-0.5.0-py2.5.egg I pasted the output error below. I'm not familiar with easy_install