I've been using Wifi-radar on my laptop and want to use it to identify and associate with wireless networks. The interface is written in Python and only requires pygtk2 and iwconfig. I have all of those installed, yet I keep getting this error when I try and run it:
[/home/root] # wifi-radar -v
Could not find platform independent libraries
Consider setting $PYTHONHOME to [:]
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "/usr/sbin/wifi-radar", line 1241, in ?
confFile = ConfigParser.ConfigParser()
NameError: name 'ConfigParser' is not defined
Any Python gurus out there than can help? I've tried googling the error without coming up with anything that helps (meaning that I can understand - see my avatar )
This would be a great app for the Z if we could get it to run.
For more info and the files for Wifi-Radar see:
http://www.bitbuilder.com/wifi_radar/Cheers,
Jerry
****Update****
Thanks to iamasmith's help below, this handy utility is working.It works fine with my old Socket card.
I made an ipk of it complete with desktop file so it shows up in the menu. Let me know how it works with your different cards.