Import error!!
ImportError: No module named 'iw_parse' iw_parse cannot use in python 3.x now. Please do something. Although I already installed the module.


I'm seeing this in both python2.7 and 3. Using either the default pi user or sudo.
Also tried pip uninstall for all versions. Still won't import.
Temporary workaround is to install the older version: pip install iw_parse==0.0.2
Judging by the related #10 issue, it appears to be in the setup.py packaging script, maybe?
Doesn't work on Debian. pip install iw_parse seems to install the metadata, but not the module itself.
0.0.2 is very behind too. I ended up coping the script into my repo (not great). I also notice that you will need to decode the bytes into string (small change to make)
#12 Fixes this issue, Python is not my first language but I believe Python 3 changed the way pip3 installs programs, so I updated the repo to support these changes. Just need these changed approves so they can get uploaded to pip by maintainer.